Skip to content

Commit

Permalink
fix addon cr
Browse files Browse the repository at this point in the history
  • Loading branch information
ldming committed Nov 7, 2023
1 parent 217d681 commit 87cad01
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ pkg/cli/cluster/charts/

# ignore the addons that clone from apecloud/kubeblocks-addons
addons/

# ignore test result
test/e2e/report.json
test/e2e/*.txt
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/bytebase-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
{{- include "kubeblocks.addonChartsImage" . | indent 4 }}
installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

installable:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/cert-manager-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:

installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

installable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:

installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

installValues:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/csi-s3-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:

installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

installValues:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/jupyter-notebook-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:

installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

installable:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/nyancat-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:

installOptions:
{{- if hasPrefix "oci://" .Values.addonChartLocationBase }}
version: {{ default .Chart.Version .Values.versionOverride }}
version: 0.7.0
{{- end }}

valuesMapping:
Expand Down

0 comments on commit 87cad01

Please sign in to comment.