Skip to content

Commit

Permalink
chore: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Oct 25, 2024
1 parent 82542b1 commit dc93c0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: account-operator
description: A Helm chart for Kubernetes
type: application
version: 0.1.17
version: 0.1.18
appVersion: "0.60.0"
dependencies:
- name: account-operator-crds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ operator match the snapshot:
env:
- name: KCP_ENABLED
value: "false"
- name: VIRTUAL_WORKSPACE_URL
value: ""
image: ghcr.io/openmfp/account-operator:0.0.0
livenessProbe:
httpGet:
Expand Down Expand Up @@ -235,6 +237,8 @@ operator match the snapshot (with kubeconfigSecret):
env:
- name: KCP_ENABLED
value: "false"
- name: VIRTUAL_WORKSPACE_URL
value: ""
- name: KUBECONFIG
value: /api-kubeconfig/kubeconfig
image: ghcr.io/openmfp/account-operator:0.0.0
Expand Down

0 comments on commit dc93c0c

Please sign in to comment.