Skip to content

Commit

Permalink
feat(koperator): Update chart version to match dkp version
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Sep 7, 2023
1 parent 757d7ee commit c65a1a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions charts/kommander-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v2
name: kommander-operator
appVersion: "0.2.0"
version: 0.2.0
appVersion: 2.7.0-dev
version: 2.7.0-dev
description: kommander-operator helm chart.
maintainers:
- name: azhovan
- name: gracedo
1 change: 0 additions & 1 deletion charts/kommander-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Default values for kommander-operator
# this is using a nginx image at the moment that will be replaced by proper image

replicaCount: 1
kommanderoperator:
Expand Down
2 changes: 1 addition & 1 deletion common/kommander-operator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: GitRepository
name: management
namespace: kommander-flux
version: 0.2.0
version: 2.7.0-dev
interval: 15s
install:
crds: CreateReplace
Expand Down

0 comments on commit c65a1a7

Please sign in to comment.