Skip to content

Commit

Permalink
⚡ update: vks version
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Mar 28, 2024
1 parent 3bdb12b commit db1f3a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vngcloud-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.1.2
version: 0.2.0
icon: https://avatars.githubusercontent.com/u/56472256?s=280&v=4
name: vngcloud-ingress-controller
description: VngCloud Ingress Controller plugin for Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion charts/vngcloud-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
--namespace kube-system \
--set cloudConfig.global.clientID=__________________________ \
--set cloudConfig.global.clientSecret=__________________________ \
--set cluster.clusterID=__________________________
--set cluster.clusterName=__________________________
```
1 change: 1 addition & 0 deletions charts/vngcloud-ingress-controller/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ stringData:
{{- end }}
metadata:
chartVersion: {{ .Chart.Version }}
clusterName: {{ .Values.cluster.clusterName }}
6 changes: 4 additions & 2 deletions charts/vngcloud-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imagePullSecrets: []
# Image repository name and tag
image:
repository: vcr.vngcloud.vn/81-vks-public/vngcloud-ingress-controller
tag: "v0.1.0"
tag: "v0.2.0"
pullPolicy: Always

# Set nodeSelector where the controller should run, i.e. controlplane nodes
Expand All @@ -35,9 +35,11 @@ replicaCount: 1

# # These will be used to create loadbalancer, listener, pool, monitor and member resources
cloudConfig:
clusterID: "<PUT_YOUR_CLUSTER_ID>"
global:
identityURL: https://iamapis.vngcloud.vn/accounts-api/v2
vserverURL: https://hcm-3.api.vngcloud.vn/vserver/vlb-gateway/v2
clientID: "<PUT_YOUR_CLIENT_ID>"
clientSecret: "<PUT_YOUR_CLIENT_SECRET>"

cluster:
clusterName: "clusterA"

0 comments on commit db1f3a4

Please sign in to comment.