Skip to content

Commit 4d6a1e4

Browse files
author
qubership-actions[bot]
committed
release: Set chart and images versions to release 0.12.6. [skip ci]
1 parent 91cda96 commit 4d6a1e4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: consul
3-
version: 0.1.0
3+
version: 0.12.6
44
appVersion: 1.20.0
55
description: Install and configure Consul on Kubernetes

charts/helm/consul-service/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ global:
357357
logJSON: false
358358

359359
disasterRecovery:
360-
image: ghcr.io/netcracker/qubership-consul-disaster-recovery:main
360+
image: ghcr.io/netcracker/qubership-consul-disaster-recovery:0.12.6
361361
tls:
362362
enabled: true
363363
certificates:
@@ -2114,7 +2114,7 @@ monitoring:
21142114
backupDaemon:
21152115
# Enable Consul Backup Daemon installation.
21162116
enabled: false
2117-
image: "ghcr.io/netcracker/qubership-consul-backup-daemon:main"
2117+
image: "ghcr.io/netcracker/qubership-consul-backup-daemon:0.12.6"
21182118

21192119
tls:
21202120
enabled: true
@@ -2231,9 +2231,9 @@ consulAclConfigurator:
22312231
enabled: true
22322232
apiGroup: "netcracker.com"
22332233
# The image of Consul ACL Configurator Kubernetes operator which implements collecting processing Consul ACL configuration custom resources.
2234-
operatorImage: "ghcr.io/netcracker/qubership-consul-acl-configurator:main"
2234+
operatorImage: "ghcr.io/netcracker/qubership-consul-acl-configurator:0.12.6"
22352235
# The image of Consul ACL Configurator HTTP server which allows execute common reconcile for Consul ACL configuration custom resources by HTTP request from any Kubernetes service account.
2236-
restServerImage: "ghcr.io/netcracker/qubership-consul-rest-acl-configurator:main"
2236+
restServerImage: "ghcr.io/netcracker/qubership-consul-rest-acl-configurator:0.12.6"
22372237
resources:
22382238
requests:
22392239
memory: 128Mi
@@ -2307,7 +2307,7 @@ consulAclConfigurator:
23072307

23082308
removeTokens:
23092309
enabled: true
2310-
dockerImage: ghcr.io/netcracker/qubership-consul-remove-tokens:main
2310+
dockerImage: ghcr.io/netcracker/qubership-consul-remove-tokens:0.12.6
23112311
resources:
23122312
requests:
23132313
memory: "75Mi"
@@ -2320,7 +2320,7 @@ consulAclConfigurator:
23202320

23212321
statusProvisioner:
23222322
enabled: true
2323-
dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:main
2323+
dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:0.2.4
23242324
lifetimeAfterCompletion: 600
23252325
podReadinessTimeout: 300
23262326
integrationTestsTimeout: 300
@@ -2351,7 +2351,7 @@ tests:
23512351

23522352
integrationTests:
23532353
enabled: false
2354-
image: ghcr.io/netcracker/qubership-consul-integration-tests:main
2354+
image: ghcr.io/netcracker/qubership-consul-integration-tests:0.12.6
23552355
secret:
23562356
aclToken: ""
23572357
prometheus:

0 commit comments

Comments
 (0)