Skip to content

Commit

Permalink
Merge pull request #140 from rancherfederal/main
Browse files Browse the repository at this point in the history
bump stigatron to 0.2.0
  • Loading branch information
amartin120 authored Nov 6, 2023
2 parents 436261f + 45443a0 commit 530120e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/stigatron-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: stigatron-ui
description: Rancher Government Stigatron UI Extension
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
type: application
version: 0.1.22
appVersion: "0.1.1"
version: 0.2.2
appVersion: "0.2.0"
2 changes: 1 addition & 1 deletion charts/stigatron-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
UIPluginNamespace: cattle-ui-plugin-system
image:
pullPolicy: Always
tag: "0.1.1"
tag: "0.2.0"
name: carbide/stigatron-ui
imagePullSecrets: []
nameOverride: ""
Expand Down
6 changes: 3 additions & 3 deletions charts/stigatron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: stigatron
description: Rancher Government Stigatron Extension
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
version: 0.2.0
appVersion: "0.1.1"
version: "0.2.2"
appVersion: "0.2.0"
dependencies:
- name: heimdall2
version: "0.1.41"
repository: "https://rancherfederal.github.io/carbide-charts"
alias: heimdall2
- name: nats
version: 1.1.4
version: "1.1.4"
repository: https://nats-io.github.io/k8s/helm/charts/
alias: nats
6 changes: 3 additions & 3 deletions charts/stigatron/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
complianceOperator:
image:
name: carbide/compliance-operator
tag: "0.1.1"
tag: "0.2.0"
imagePullPolicy: Always
serviceAccountName: stigatron
heimdallOperator:
image:
name: carbide/heimdall-operator
tag: "0.1.1"
tag: "0.2.0"
imagePullPolicy: Always
serviceAccountName: stigatron
database:
Expand All @@ -21,7 +21,7 @@ heimdallOperator:
hook:
image:
name: carbide/stigatron-hook
tag: "0.1.1"
tag: "0.2.0"
imagePullPolicy: Always
rbac:
roleName: compliance-operator
Expand Down

0 comments on commit 530120e

Please sign in to comment.