Skip to content

Commit

Permalink
feat(koperator): Set version to chart version on kommandercore cr
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Sep 7, 2023
1 parent c65a1a7 commit c2ef894
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ data:
set -eo pipefail
cat <<EOF | kubectl apply -f -
cat <<EOF | kubectl apply --server-side -f -
apiVersion: dkp.d2iq.io/v1alpha1
kind: KommanderCore
metadata:
name: kommander-core
spec:
version: {{ .Chart.Version }}
EOF
---
apiVersion: batch/v1
Expand Down

0 comments on commit c2ef894

Please sign in to comment.