Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: frezes <[email protected]>
  • Loading branch information
frezes committed Feb 28, 2024
1 parent 56a5b40 commit 802b070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/whizard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
email: [email protected]
- name: junot
email: [email protected]
version: 0.10.6
version: 0.10.8
appVersion: "v0.10.0-rc.0"
2 changes: 1 addition & 1 deletion charts/whizard/templates/service/service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.service.enabled -}}
{{- $baseImage := printf "%s/%s:%s" (default .Values.global.imageRegistry .Values.global.whizard.image.registry) .Values.global.whizard.image.repository .Values.global.whizard.image.tag }}
{{- $baseImage := printf "%s/%s:%s" (default .Values.global.whizard.image.registry .Values.global.imageRegistry) .Values.global.whizard.image.repository .Values.global.whizard.image.tag }}
apiVersion: monitoring.whizard.io/v1alpha1
kind: Service
metadata:
Expand Down

0 comments on commit 802b070

Please sign in to comment.