Skip to content

Commit

Permalink
feature(apps/dev/prow/prow/release): bump release to 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Jul 2, 2023
1 parent 8544a87 commit 7df3ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dev/prow/release/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: prow
version: 0.9.6
version: 0.9.7
sourceRef:
kind: HelmRepository
name: ee-ops
Expand Down
2 changes: 1 addition & 1 deletion charts/prow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# time you make changes to the chart and its templates,
# including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.9.6"
version: "0.9.7"

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- name: prow-jobs
configMap:
name: {{ default (printf "%s-job" (include "prow.fullname" .)) .Values.prow.configs.job.configMapName }}
{{- with .Values.pcm.kubeconfigSecret }}
{{- with .Values.pcm.kubeconfigSecret }}
- name: kubeconfig
secret:
secretName: {{ . }}
Expand Down

0 comments on commit 7df3ed0

Please sign in to comment.