File tree Expand file tree Collapse file tree 6 files changed +397
-48
lines changed Expand file tree Collapse file tree 6 files changed +397
-48
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ name : release-please
6+
7+ jobs :
8+ release-please :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : google-github-actions/release-please-action@v3
12+ with :
13+ release-type : go
14+ package-name : hcloud-cloud-controller-manager
15+
16+ # These files reference the version in the OCI image tag.
17+ extra-files : |
18+ deploy/ccm.yaml
19+ deploy/ccm-networks.yaml
20+ chart/Chart.yaml
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : hcloud-cloud-controller-manager
33type : application
4- version : v1.13.2
4+ version : v1.15.0 # x-release-please-version
Original file line number Diff line number Diff line change 6666 - name : HCLOUD_METRICS_ENABLED
6767 value : " false"
6868 {{- end }}
69- image : {{ $.Values.image.repository }}:{{ tpl $.Values.image.tag . }}
69+ image : {{ $.Values.image.repository }}:{{ tpl $.Values.image.tag . }} # x-release-please-version
7070 ports :
7171 {{- if $.Values.monitoring.enabled }}
7272 - name : metrics
Original file line number Diff line number Diff line change 8383 secretKeyRef :
8484 name : hcloud
8585 key : network
86- image : hetznercloud/hcloud-cloud-controller-manager:v1.13.2
86+ image : hetznercloud/hcloud-cloud-controller-manager:v1.15.0 # x-release-please-version
8787 ports :
8888 - name : metrics
8989 containerPort : 8233
Original file line number Diff line number Diff line change 7575 valueFrom :
7676 fieldRef :
7777 fieldPath : spec.nodeName
78- image : hetznercloud/hcloud-cloud-controller-manager:v1.13.2
78+ image : hetznercloud/hcloud-cloud-controller-manager:v1.15.0 # x-release-please-version
7979 ports :
8080 - name : metrics
8181 containerPort : 8233
You can’t perform that action at this time.
0 commit comments