File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ jobs:
168168 UPSTREAM_REPO="CloudPirates-io/helm-charts"
169169 echo "Fetching tags from upstream: ${UPSTREAM_REPO}"
170170 git remote add upstream https://github.com/${UPSTREAM_REPO}.git || true
171- git fetch upstream --tags
171+ git fetch upstream --tags --force
172172
173173 # Also fetch tags from origin (the fork/current repo)
174- git fetch origin --tags || true
174+ git fetch origin --tags --force || true
175175
176176 # List all tags for debugging
177177 echo "Available tags:"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : clusterpirate
33description : Client agent for the CloudPirates Managed Observability Platform to connect your Kubernetes cluster to our infrastructure
44type : application
5- version : 1.1.0
5+ version : 1.1.1
66appVersion : " 1.0.1"
77
88keywords :
Original file line number Diff line number Diff line change 9898 configMapKeyRef :
9999 name : {{ include "clusterpirate.fullname" . }}
100100 key : valkeyTtl
101+ {{- if or .Values.valkey.enabled .Values.clusterPirate.metrics.cache.password }}
101102 - name : VALKEY_PASSWORD
102103 valueFrom :
103104 secretKeyRef :
@@ -114,6 +115,10 @@ spec:
114115 name : {{ include "clusterpirate.fullname" . }}
115116 key : valkeyPassword
116117 {{- end }}
118+ {{- else }}
119+ - name : VALKEY_PASSWORD
120+ value : " "
121+ {{- end }}
117122 - name : MONITORING_RESOURCE_EVENTS_ENABLED
118123 valueFrom :
119124 configMapKeyRef :
You can’t perform that action at this time.
0 commit comments