Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-github committed Oct 29, 2024
1 parent 92900ee commit 884eb13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/xelon-ccm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: xelon-cloud-controller-manager
version: 1.1.0
version: 1.1.1
description: A Helm Chart for the Cloud Controller Manager on Xelon HQ
type: application

appVersion: "1.1.0"
appVersion: "1.1.1"

2 changes: 1 addition & 1 deletion charts/xelon-ccm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Xelon Cloud Provider {{ .Chart.AppVersion }} was deployed in namespace {{ .Release.Namespace }}.

To verify that xelon-cloud-controller-manager has successfully started, run:
kubectl -n kube-system logs --selector app=xelon-cloud-controller-manager
kubectl -n kube-system logs deployment/xelon-cloud-controller-manager
2 changes: 1 addition & 1 deletion deploy/xelon-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
effect: NoSchedule
containers:
- name: xelon-cloud-controller-manager
image: xelonag/xelon-cloud-controller-manager:v1.1.0
image: xelonag/xelon-cloud-controller-manager:v1.1.1
imagePullPolicy: IfNotPresent
args:
- "--leader-elect=false"
Expand Down

0 comments on commit 884eb13

Please sign in to comment.