Skip to content

Commit c682d13

Browse files
Merge pull request #3056 from rzetelskik/pin-tags-1.19
[v1.19] Pin tags to 1.19
2 parents 8250838 + 3b5603f commit c682d13

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL :=/bin/bash -euEo pipefail -O inherit_errexit
44

55
comma :=,
66

7-
IMAGE_TAG ?= latest
7+
IMAGE_TAG ?= 1.19
88
IMAGE_REF ?= docker.io/scylladb/scylla-operator:$(IMAGE_TAG)
99
BUNDLE_IMAGE_REF ?= docker.io/scylladb/scylla-operator-bundle:$(IMAGE_TAG)
1010

bundle/manifests/scylla-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ spec:
412412
- --loglevel=2
413413
env:
414414
- name: SCYLLA_OPERATOR_IMAGE
415-
value: docker.io/scylladb/scylla-operator:latest
416-
image: docker.io/scylladb/scylla-operator:latest
415+
value: docker.io/scylladb/scylla-operator:1.19
416+
image: docker.io/scylladb/scylla-operator:1.19
417417
imagePullPolicy: IfNotPresent
418418
name: scylla-operator
419419
resources:
@@ -457,7 +457,7 @@ spec:
457457
- --tls-cert-file=/tmp/k8s-webhook-server/serving-certs/tls.crt
458458
- --tls-private-key-file=/tmp/k8s-webhook-server/serving-certs/tls.key
459459
- --port=5000
460-
image: docker.io/scylladb/scylla-operator:latest
460+
image: docker.io/scylladb/scylla-operator:1.19
461461
imagePullPolicy: IfNotPresent
462462
lifecycle:
463463
preStop:

deploy/operator.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/operator/50_operator.deployment.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/operator/50_webhookserver.deployment.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm/scylla-manager/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: scylla-manager
33
description: Scylla Manager automates database operations.
44
version: 0.0.0 # overwritten during publishing
5-
appVersion: latest # overwritten during publishing
5+
appVersion: "1.19" # overwritten during publishing
66
dependencies:
77
- name: scylla
88
version: 1.0.0

helm/scylla-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: scylla-operator
33
description: Scylla Operator is a Kubernetes Operator for managing and automating tasks related to managing a Scylla clusters.
44
version: 0.0.0 # overwritten during publishing
5-
appVersion: latest # overwritten during publishing
5+
appVersion: "1.19" # overwritten during publishing
66
keywords:
77
- scylla
88
- scylladb

0 commit comments

Comments
 (0)