Skip to content

Commit 1193046

Browse files
author
qubership-actions[bot]
committed
release: Set chart and images versions to release 0.13.0. [skip ci]
1 parent 0f89aa3 commit 1193046

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.13.0
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.13.0
361361
tls:
362362
enabled: true
363363
certificates:
@@ -2122,7 +2122,7 @@ monitoring:
21222122
backupDaemon:
21232123
# Enable Consul Backup Daemon installation.
21242124
enabled: false
2125-
image: "ghcr.io/netcracker/qubership-consul-backup-daemon:main"
2125+
image: "ghcr.io/netcracker/qubership-consul-backup-daemon:0.13.0"
21262126

21272127
tls:
21282128
enabled: true
@@ -2239,9 +2239,9 @@ consulAclConfigurator:
22392239
enabled: true
22402240
apiGroup: "netcracker.com"
22412241
# The image of Consul ACL Configurator Kubernetes operator which implements collecting processing Consul ACL configuration custom resources.
2242-
operatorImage: "ghcr.io/netcracker/qubership-consul-acl-configurator:main"
2242+
operatorImage: "ghcr.io/netcracker/qubership-consul-acl-configurator:0.13.0"
22432243
# 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.
2244-
restServerImage: "ghcr.io/netcracker/qubership-consul-rest-acl-configurator:main"
2244+
restServerImage: "ghcr.io/netcracker/qubership-consul-rest-acl-configurator:0.13.0"
22452245
resources:
22462246
requests:
22472247
memory: 128Mi
@@ -2315,7 +2315,7 @@ consulAclConfigurator:
23152315

23162316
removeTokens:
23172317
enabled: true
2318-
dockerImage: ghcr.io/netcracker/qubership-consul-remove-tokens:main
2318+
dockerImage: ghcr.io/netcracker/qubership-consul-remove-tokens:0.13.0
23192319
resources:
23202320
requests:
23212321
memory: "75Mi"
@@ -2328,7 +2328,7 @@ consulAclConfigurator:
23282328

23292329
statusProvisioner:
23302330
enabled: true
2331-
dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:main
2331+
dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:0.2.5
23322332
lifetimeAfterCompletion: 600
23332333
podReadinessTimeout: 300
23342334
integrationTestsTimeout: 300
@@ -2359,7 +2359,7 @@ tests:
23592359

23602360
integrationTests:
23612361
enabled: false
2362-
image: ghcr.io/netcracker/qubership-consul-integration-tests:main
2362+
image: ghcr.io/netcracker/qubership-consul-integration-tests:0.13.0
23632363
secret:
23642364
aclToken: ""
23652365
prometheus:

0 commit comments

Comments
 (0)