diff --git a/examples/aws-rds/postgresql/README.md b/examples/aws-rds/postgresql/README.md index f93e3740b8..1d46a08167 100755 --- a/examples/aws-rds/postgresql/README.md +++ b/examples/aws-rds/postgresql/README.md @@ -9,7 +9,7 @@ This example is to demonstrate how Kanister can be integrated with AWS RDS insta ## Prerequisites - Kubernetes 1.10+ -- Kanister controller version 0.72.0 installed in your cluster +- Kanister controller version 0.73.0 installed in your cluster - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Create RDS instance on AWS diff --git a/examples/aws-rds/postgresql/rds-postgres-blueprint.yaml b/examples/aws-rds/postgresql/rds-postgres-blueprint.yaml index c810d5a2d2..1b565a97de 100644 --- a/examples/aws-rds/postgresql/rds-postgres-blueprint.yaml +++ b/examples/aws-rds/postgresql/rds-postgres-blueprint.yaml @@ -13,7 +13,7 @@ actions: - func: KubeTask name: backupSnapshots args: - image: "ghcr.io/kanisterio/postgres-kanister-tools:0.72.0" + image: "ghcr.io/kanisterio/postgres-kanister-tools:0.73.0" namespace: "{{ .Object.metadata.namespace }}" command: - bash @@ -49,7 +49,7 @@ actions: - func: KubeTask name: restoreSnapshots args: - image: "ghcr.io/kanisterio/postgres-kanister-tools:0.72.0" + image: "ghcr.io/kanisterio/postgres-kanister-tools:0.73.0" namespace: "{{ .Object.metadata.namespace }}" command: - bash @@ -86,7 +86,7 @@ actions: - func: KubeTask name: restoreSnapshots args: - image: "ghcr.io/kanisterio/postgres-kanister-tools:0.72.0" + image: "ghcr.io/kanisterio/postgres-kanister-tools:0.73.0" namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/aws-rds/postgresql/rds-postgres-dump-blueprint.yaml b/examples/aws-rds/postgresql/rds-postgres-dump-blueprint.yaml index 924fc734d9..a37d0c432e 100644 --- a/examples/aws-rds/postgresql/rds-postgres-dump-blueprint.yaml +++ b/examples/aws-rds/postgresql/rds-postgres-dump-blueprint.yaml @@ -64,7 +64,7 @@ actions: name: deleteBackup args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 command: - bash - -o diff --git a/examples/etcd/etcd-in-cluster/k8s/etcd-incluster-blueprint.yaml b/examples/etcd/etcd-in-cluster/k8s/etcd-incluster-blueprint.yaml index 2d12c51a7a..df32598812 100644 --- a/examples/etcd/etcd-in-cluster/k8s/etcd-incluster-blueprint.yaml +++ b/examples/etcd/etcd-in-cluster/k8s/etcd-incluster-blueprint.yaml @@ -12,7 +12,7 @@ actions: - func: KubeTask name: takeSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -37,7 +37,7 @@ actions: - func: KubeTask name: uploadSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -55,7 +55,7 @@ actions: - func: KubeTask name: removeSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -74,7 +74,7 @@ actions: name: deleteFromObjectStore args: namespace: "{{ .Namespace.Name }}" - image: "ghcr.io/kanisterio/kanister-tools:0.72.0" + image: "ghcr.io/kanisterio/kanister-tools:0.73.0" command: - bash - -o diff --git a/examples/etcd/etcd-in-cluster/ocp/etcd-incluster-ocp-blueprint.yaml b/examples/etcd/etcd-in-cluster/ocp/etcd-incluster-ocp-blueprint.yaml index bbfe21f3a9..7ff357684e 100644 --- a/examples/etcd/etcd-in-cluster/ocp/etcd-incluster-ocp-blueprint.yaml +++ b/examples/etcd/etcd-in-cluster/ocp/etcd-incluster-ocp-blueprint.yaml @@ -12,7 +12,7 @@ actions: - func: KubeTask name: takeSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -35,7 +35,7 @@ actions: - func: KubeTask name: uploadSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -53,7 +53,7 @@ actions: - func: KubeTask name: removeSnapshot args: - image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.72.0 + image: ghcr.io/kanisterio/kanister-kubectl-1.18:0.73.0 command: - sh - -o @@ -72,7 +72,7 @@ actions: name: deleteFromObjectStore args: namespace: "{{ .Namespace.Name }}" - image: "ghcr.io/kanisterio/kanister-tools:0.72.0" + image: "ghcr.io/kanisterio/kanister-tools:0.73.0" command: - bash - -o diff --git a/examples/kafka/adobe-s3-connector/README.md b/examples/kafka/adobe-s3-connector/README.md index 37c1fef3c9..6805bb70c9 100644 --- a/examples/kafka/adobe-s3-connector/README.md +++ b/examples/kafka/adobe-s3-connector/README.md @@ -6,7 +6,7 @@ During restore, topic messages are purged before the restore operation is perfor ## Prerequisites * Kubernetes 1.9+ -* Kanister controller version 0.72.0 installed in the cluster in a namespace . This example uses `kasten-io` namespace +* Kanister controller version 0.73.0 installed in the cluster in a namespace . This example uses `kasten-io` namespace * Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Assumption diff --git a/examples/stable/cassandra/README.md b/examples/stable/cassandra/README.md index 326bae4847..815a9ef5f6 100644 --- a/examples/stable/cassandra/README.md +++ b/examples/stable/cassandra/README.md @@ -7,7 +7,7 @@ As the official documentation of [Cassandra](http://cassandra.apache.org/) says, * Kubernetes 1.9+ * Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled * PV support on the underlying infrastructure -* Kanister controller version 0.72.0 installed in your cluster, let's say in namespace `` +* Kanister controller version 0.73.0 installed in your cluster, let's say in namespace `` * Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) To install kanister and related tools you can follow [this](https://docs.kanister.io/install.html#install) link. @@ -29,7 +29,7 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami $ helm repo update # remove app-namespace with the namespace you want to deploy the Cassandra app in $ kubectl create ns -$ helm install cassandra bitnami/cassandra --namespace --set image.repository=kanisterio/cassandra --set image.tag=0.72.0 --set cluster.replicaCount=2 --set image.registry=ghcr.io --set image.pullPolicy=Always +$ helm install cassandra bitnami/cassandra --namespace --set image.repository=kanisterio/cassandra --set image.tag=0.73.0 --set cluster.replicaCount=2 --set image.registry=ghcr.io --set image.pullPolicy=Always ``` diff --git a/examples/stable/cassandra/cassandra-blueprint.yaml b/examples/stable/cassandra/cassandra-blueprint.yaml index 2ec2ea53d9..c4a8facdde 100644 --- a/examples/stable/cassandra/cassandra-blueprint.yaml +++ b/examples/stable/cassandra/cassandra-blueprint.yaml @@ -103,7 +103,7 @@ actions: name: restoreFromObjectStore args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 backupArtifactPrefix: "{{ .ArtifactsIn.params.KeyValue.backupPrefixLocation }}" pods: "{{ range .StatefulSet.Pods }} {{.}}{{end}}" restorePath: "{{ .ArtifactsIn.params.KeyValue.restorePathPrefix }}" diff --git a/examples/stable/couchbase/blueprint-v2/couchbase-blueprint.yaml b/examples/stable/couchbase/blueprint-v2/couchbase-blueprint.yaml index 766f9c7bd1..dc2d5374cd 100644 --- a/examples/stable/couchbase/blueprint-v2/couchbase-blueprint.yaml +++ b/examples/stable/couchbase/blueprint-v2/couchbase-blueprint.yaml @@ -21,7 +21,7 @@ actions: namespace: "{{ .Object.metadata.namespace }}" args: namespace: "{{ .Object.metadata.namespace }}" - image: ghcr.io/kanisterio/couchbase-tools:0.72.0 + image: ghcr.io/kanisterio/couchbase-tools:0.73.0 command: - bash - -o diff --git a/examples/stable/couchbase/couchbase-blueprint.yaml b/examples/stable/couchbase/couchbase-blueprint.yaml index 3fc84baa54..89827b67d4 100644 --- a/examples/stable/couchbase/couchbase-blueprint.yaml +++ b/examples/stable/couchbase/couchbase-blueprint.yaml @@ -79,7 +79,7 @@ actions: name: deleteBackup args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 command: - bash - -o diff --git a/examples/stable/csi-snapshot/README.md b/examples/stable/csi-snapshot/README.md index 904f0a793c..e7275d9369 100644 --- a/examples/stable/csi-snapshot/README.md +++ b/examples/stable/csi-snapshot/README.md @@ -8,7 +8,7 @@ This example demonstrates Kanister's ability to protect an application called Ti - Helm 3 installed - Kubernetes 1.16+ with Beta APIs enabled -- Kanister controller version 0.72.0 installed in the cluster, let's assume in namespace `kanister` +- Kanister controller version 0.73.0 installed in the cluster, let's assume in namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools) - VolumeSnapshot CRDs, Snapshot Controller & a CSI Driver diff --git a/examples/stable/elasticsearch/README.md b/examples/stable/elasticsearch/README.md index a1e9f37cb3..d628004dd7 100644 --- a/examples/stable/elasticsearch/README.md +++ b/examples/stable/elasticsearch/README.md @@ -13,7 +13,7 @@ If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving * Kubernetes 1.9+ with Beta APIs enabled. * PV support on the underlying infrastructure. -* Kanister version 0.72.0 with `profiles.cr.kanister.io` CRD installed +* Kanister version 0.73.0 with `profiles.cr.kanister.io` CRD installed ## StatefulSets Details * https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ diff --git a/examples/stable/elasticsearch/blueprint-v2/elasticsearch-blueprint.yaml b/examples/stable/elasticsearch/blueprint-v2/elasticsearch-blueprint.yaml index 6d58f2b07d..d10deeef42 100644 --- a/examples/stable/elasticsearch/blueprint-v2/elasticsearch-blueprint.yaml +++ b/examples/stable/elasticsearch/blueprint-v2/elasticsearch-blueprint.yaml @@ -15,7 +15,7 @@ actions: name: backupToStore args: namespace: "{{ .StatefulSet.Namespace }}" - image: "ghcr.io/kanisterio/es-sidecar:0.72.0" + image: "ghcr.io/kanisterio/es-sidecar:0.73.0" command: - bash - -o @@ -39,7 +39,7 @@ actions: name: restoreFromStore args: namespace: "{{ .StatefulSet.Namespace }}" - image: "ghcr.io/kanisterio/es-sidecar:0.72.0" + image: "ghcr.io/kanisterio/es-sidecar:0.73.0" command: - bash - -o diff --git a/examples/stable/elasticsearch/elasticsearch-blueprint.yaml b/examples/stable/elasticsearch/elasticsearch-blueprint.yaml index 8d51824fbc..1529bf58d8 100644 --- a/examples/stable/elasticsearch/elasticsearch-blueprint.yaml +++ b/examples/stable/elasticsearch/elasticsearch-blueprint.yaml @@ -13,7 +13,7 @@ actions: name: backupToObjectStore args: namespace: "{{ .StatefulSet.Namespace }}" - image: "ghcr.io/kanisterio/es-sidecar:0.72.0" + image: "ghcr.io/kanisterio/es-sidecar:0.73.0" command: - bash - -o @@ -36,7 +36,7 @@ actions: name: restoreFromObjectStore args: namespace: "{{ .StatefulSet.Namespace }}" - image: "ghcr.io/kanisterio/es-sidecar:0.72.0" + image: "ghcr.io/kanisterio/es-sidecar:0.73.0" command: - bash - -o @@ -55,7 +55,7 @@ actions: name: deleteFromObjectStore args: namespace: "{{ .Namespace.Name }}" - image: "ghcr.io/kanisterio/es-sidecar:0.72.0" + image: "ghcr.io/kanisterio/es-sidecar:0.73.0" command: - bash - -o diff --git a/examples/stable/foundationdb/README.md b/examples/stable/foundationdb/README.md index 3b42e8766b..e1bfd5b493 100644 --- a/examples/stable/foundationdb/README.md +++ b/examples/stable/foundationdb/README.md @@ -24,7 +24,7 @@ cluster. on you cluster. * Kubernetes 1.9+ with Beta APIs enabled. * PV support on the underlying infrastructure. -* Kanister version 0.72.0 with `profiles.cr.kanister.io` CRD installed. +* Kanister version 0.73.0 with `profiles.cr.kanister.io` CRD installed. # Installation diff --git a/examples/stable/foundationdb/blueprint-v2/foundationdb-blueprint.yaml b/examples/stable/foundationdb/blueprint-v2/foundationdb-blueprint.yaml index 242ec60f8c..41ba05c0dc 100644 --- a/examples/stable/foundationdb/blueprint-v2/foundationdb-blueprint.yaml +++ b/examples/stable/foundationdb/blueprint-v2/foundationdb-blueprint.yaml @@ -77,7 +77,7 @@ actions: name: deleteBackup args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 command: - bash - -o diff --git a/examples/stable/maria/blueprint-v2/maria-blueprint.yaml b/examples/stable/maria/blueprint-v2/maria-blueprint.yaml index 8488206577..8f0cff74f0 100644 --- a/examples/stable/maria/blueprint-v2/maria-blueprint.yaml +++ b/examples/stable/maria/blueprint-v2/maria-blueprint.yaml @@ -19,7 +19,7 @@ actions: name: '{{ .StatefulSet.Name }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -53,7 +53,7 @@ actions: name: '{{ .StatefulSet.Name }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -76,7 +76,7 @@ actions: - func: KubeTask name: deleteFromStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/maria/maria-blueprint.yaml b/examples/stable/maria/maria-blueprint.yaml index d8420f108b..3d1b7761f5 100644 --- a/examples/stable/maria/maria-blueprint.yaml +++ b/examples/stable/maria/maria-blueprint.yaml @@ -17,7 +17,7 @@ actions: name: '{{ .StatefulSet.Name }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -49,7 +49,7 @@ actions: name: '{{ .StatefulSet.Name }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -69,7 +69,7 @@ actions: - func: KubeTask name: deleteFromBlobStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/mongodb-deploymentconfig/README.md b/examples/stable/mongodb-deploymentconfig/README.md index a4e37bc071..dc5680af30 100644 --- a/examples/stable/mongodb-deploymentconfig/README.md +++ b/examples/stable/mongodb-deploymentconfig/README.md @@ -14,7 +14,7 @@ cluster's DeploymentConfig resources. - Setup OpenShift, you can follow steps mentioned below - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster in namespace `kanister` +- Kanister controller version 0.73.0 installed in your cluster in namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) **Note** diff --git a/examples/stable/mongodb-deploymentconfig/blueprint-v2/mongo-dep-config-blueprint.yaml b/examples/stable/mongodb-deploymentconfig/blueprint-v2/mongo-dep-config-blueprint.yaml index 5405517614..3b43fb2fe2 100644 --- a/examples/stable/mongodb-deploymentconfig/blueprint-v2/mongo-dep-config-blueprint.yaml +++ b/examples/stable/mongodb-deploymentconfig/blueprint-v2/mongo-dep-config-blueprint.yaml @@ -20,7 +20,7 @@ actions: namespace: "{{ .DeploymentConfig.Namespace }}" args: namespace: "{{ .DeploymentConfig.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -50,7 +50,7 @@ actions: namespace: "{{ .DeploymentConfig.Namespace }}" args: namespace: "{{ .DeploymentConfig.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -75,7 +75,7 @@ actions: name: deleteFromStore args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o diff --git a/examples/stable/mongodb-deploymentconfig/mongo-dep-config-blueprint.yaml b/examples/stable/mongodb-deploymentconfig/mongo-dep-config-blueprint.yaml index 9d1bd089d2..5b133a9e5c 100644 --- a/examples/stable/mongodb-deploymentconfig/mongo-dep-config-blueprint.yaml +++ b/examples/stable/mongodb-deploymentconfig/mongo-dep-config-blueprint.yaml @@ -18,7 +18,7 @@ actions: namespace: "{{ .DeploymentConfig.Namespace }}" args: namespace: "{{ .DeploymentConfig.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -45,7 +45,7 @@ actions: namespace: "{{ .DeploymentConfig.Namespace }}" args: namespace: "{{ .DeploymentConfig.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -66,7 +66,7 @@ actions: name: deleteFromBlobStore args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o diff --git a/examples/stable/mongodb-restic/README.md b/examples/stable/mongodb-restic/README.md index 4e0a10cff1..4c9c873288 100644 --- a/examples/stable/mongodb-restic/README.md +++ b/examples/stable/mongodb-restic/README.md @@ -7,7 +7,7 @@ * Kubernetes 1.9+ * Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled * PV support on the underlying infrastructure -* Kanister controller version 0.72.0 installed in your cluster +* Kanister controller version 0.73.0 installed in your cluster * Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Chart Details @@ -29,7 +29,7 @@ $ kubectl create namespace mongo-test $ helm install my-release bitnami/mongodb --namespace mongo-test \ --set architecture="replicaset" \ --set image.repository=ghcr.io/kanisterio/mongodb \ - --set image.tag=0.72.0 + --set image.tag=0.73.0 ``` The command deploys MongoDB on the Kubernetes cluster in the mongo-test namespace diff --git a/examples/stable/mongodb-restic/mongodb-blueprint.yaml b/examples/stable/mongodb-restic/mongodb-blueprint.yaml index 1f74b80339..fda9494909 100644 --- a/examples/stable/mongodb-restic/mongodb-blueprint.yaml +++ b/examples/stable/mongodb-restic/mongodb-blueprint.yaml @@ -39,7 +39,7 @@ actions: name: restorePrimary args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 backupArtifactPrefix: "{{ .Profile.Location.Bucket }}/mongodb-backups/{{ .StatefulSet.Name }}/rs_backup" backupInfo: "{{ .ArtifactsIn.backupInfo.KeyValue.backupIdentifier }}" diff --git a/examples/stable/mongodb/README.md b/examples/stable/mongodb/README.md index a71a26c8fc..46609694e4 100644 --- a/examples/stable/mongodb/README.md +++ b/examples/stable/mongodb/README.md @@ -7,7 +7,7 @@ * Kubernetes 1.9+ * Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled * PV support on the underlying infrastructure -* Kanister controller version 0.72.0 installed in your cluster +* Kanister controller version 0.73.0 installed in your cluster * Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Chart Details diff --git a/examples/stable/mongodb/blueprint-v2/mongo-blueprint.yaml b/examples/stable/mongodb/blueprint-v2/mongo-blueprint.yaml index edd14e4bfc..faa519fc71 100644 --- a/examples/stable/mongodb/blueprint-v2/mongo-blueprint.yaml +++ b/examples/stable/mongodb/blueprint-v2/mongo-blueprint.yaml @@ -20,7 +20,7 @@ actions: namespace: "{{ .StatefulSet.Namespace }}" args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -49,7 +49,7 @@ actions: namespace: "{{ .StatefulSet.Namespace }}" args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -74,7 +74,7 @@ actions: name: deleteFromStore args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o diff --git a/examples/stable/mongodb/mongo-blueprint.yaml b/examples/stable/mongodb/mongo-blueprint.yaml index 9fbb9a1996..4a4ef1286d 100644 --- a/examples/stable/mongodb/mongo-blueprint.yaml +++ b/examples/stable/mongodb/mongo-blueprint.yaml @@ -18,7 +18,7 @@ actions: namespace: "{{ .StatefulSet.Namespace }}" args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -44,7 +44,7 @@ actions: namespace: "{{ .StatefulSet.Namespace }}" args: namespace: "{{ .StatefulSet.Namespace }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o @@ -65,7 +65,7 @@ actions: name: deleteFromBlobStore args: namespace: "{{ .Namespace.Name }}" - image: ghcr.io/kanisterio/mongodb:0.72.0 + image: ghcr.io/kanisterio/mongodb:0.73.0 command: - bash - -o diff --git a/examples/stable/mssql/README.md b/examples/stable/mssql/README.md index 9b2f899b60..c208b48c89 100644 --- a/examples/stable/mssql/README.md +++ b/examples/stable/mssql/README.md @@ -9,7 +9,7 @@ This document will cover how to install SQL Server and how to run backup/restore - Kubernetes 1.16+ with Beta APIs enabled - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster, let's assume in Namespace `kanister` +- Kanister controller version 0.73.0 installed in your cluster, let's assume in Namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools) ## Installing Microsoft SQL Server diff --git a/examples/stable/mssql/blueprint-v2/mssql-blueprint.yaml b/examples/stable/mssql/blueprint-v2/mssql-blueprint.yaml index d173eeb0e4..f74efa7f53 100644 --- a/examples/stable/mssql/blueprint-v2/mssql-blueprint.yaml +++ b/examples/stable/mssql/blueprint-v2/mssql-blueprint.yaml @@ -16,7 +16,7 @@ actions: name: '{{ index .Object.metadata.labels "app" }}' namespace: '{{ .Deployment.Namespace }}' args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o @@ -47,7 +47,7 @@ actions: name: '{{ index .Object.metadata.labels "app" }}' namespace: '{{ .Deployment.Namespace }}' args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o @@ -74,7 +74,7 @@ actions: - func: KubeTask name: deleteFromBlobStore args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o diff --git a/examples/stable/mssql/mssql-blueprint.yaml b/examples/stable/mssql/mssql-blueprint.yaml index 04fac52ae3..8656593d91 100644 --- a/examples/stable/mssql/mssql-blueprint.yaml +++ b/examples/stable/mssql/mssql-blueprint.yaml @@ -14,7 +14,7 @@ actions: - func: KubeTask name: dumpToObjectStore args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o @@ -45,7 +45,7 @@ actions: - func: KubeTask name: restoreFromObjectStore args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o @@ -71,7 +71,7 @@ actions: - func: KubeTask name: deleteFromBlobStore args: - image: ghcr.io/kanisterio/mssql-tools:0.72.0 + image: ghcr.io/kanisterio/mssql-tools:0.73.0 command: - bash - -o diff --git a/examples/stable/mysql-deploymentconfig/README.md b/examples/stable/mysql-deploymentconfig/README.md index 7db8c2036e..71c3ae6a1a 100644 --- a/examples/stable/mysql-deploymentconfig/README.md +++ b/examples/stable/mysql-deploymentconfig/README.md @@ -14,7 +14,7 @@ cluster's DeploymentConfig resources. - Setup OpenShift, you can follow steps mentioned below - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster in namespace `kanister` +- Kanister controller version 0.73.0 installed in your cluster in namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) **Note** diff --git a/examples/stable/mysql-deploymentconfig/blueprint-v2/mysql-dep-config-blueprint.yaml b/examples/stable/mysql-deploymentconfig/blueprint-v2/mysql-dep-config-blueprint.yaml index c9cf713c87..493e668311 100644 --- a/examples/stable/mysql-deploymentconfig/blueprint-v2/mysql-dep-config-blueprint.yaml +++ b/examples/stable/mysql-deploymentconfig/blueprint-v2/mysql-dep-config-blueprint.yaml @@ -19,7 +19,7 @@ actions: name: "{{ .DeploymentConfig.Name }}" namespace: "{{ .DeploymentConfig.Namespace }}" args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .DeploymentConfig.Namespace }}" command: - bash @@ -47,7 +47,7 @@ actions: name: "{{ .DeploymentConfig.Name }}" namespace: "{{ .DeploymentConfig.Namespace }}" args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .DeploymentConfig.Namespace }}" command: - bash @@ -71,7 +71,7 @@ actions: - func: KubeTask name: deleteFromStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/mysql-deploymentconfig/mysql-dep-config-blueprint.yaml b/examples/stable/mysql-deploymentconfig/mysql-dep-config-blueprint.yaml index 605ca06529..597dd64fa8 100644 --- a/examples/stable/mysql-deploymentconfig/mysql-dep-config-blueprint.yaml +++ b/examples/stable/mysql-deploymentconfig/mysql-dep-config-blueprint.yaml @@ -17,7 +17,7 @@ actions: name: "{{ .DeploymentConfig.Name }}" namespace: "{{ .DeploymentConfig.Namespace }}" args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .DeploymentConfig.Namespace }}" command: - bash @@ -43,7 +43,7 @@ actions: name: "{{ .DeploymentConfig.Name }}" namespace: "{{ .DeploymentConfig.Namespace }}" args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .DeploymentConfig.Namespace }}" command: - bash @@ -63,7 +63,7 @@ actions: - func: KubeTask name: deleteFromBlobStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/mysql/README.md b/examples/stable/mysql/README.md index b25118b420..2d8e8e0a50 100755 --- a/examples/stable/mysql/README.md +++ b/examples/stable/mysql/README.md @@ -10,7 +10,7 @@ This chart bootstraps a single node MySQL deployment on a [Kubernetes](http://ku - Kubernetes 1.16+ with Beta APIs enabled - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster, let's assume in Namespace `kanister` +- Kanister controller version 0.73.0 installed in your cluster, let's assume in Namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools) ## Installing the Chart diff --git a/examples/stable/mysql/blueprint-v2/mysql-blueprint.yaml b/examples/stable/mysql/blueprint-v2/mysql-blueprint.yaml index dc8d08a0c7..8da5dccdfa 100644 --- a/examples/stable/mysql/blueprint-v2/mysql-blueprint.yaml +++ b/examples/stable/mysql/blueprint-v2/mysql-blueprint.yaml @@ -19,7 +19,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -47,7 +47,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -71,7 +71,7 @@ actions: - func: KubeTask name: deleteFromStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/mysql/mysql-blueprint.yaml b/examples/stable/mysql/mysql-blueprint.yaml index dee2246e36..9105656895 100644 --- a/examples/stable/mysql/mysql-blueprint.yaml +++ b/examples/stable/mysql/mysql-blueprint.yaml @@ -17,7 +17,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -43,7 +43,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .StatefulSet.Namespace }}" command: - bash @@ -63,7 +63,7 @@ actions: - func: KubeTask name: deleteFromBlobStore args: - image: ghcr.io/kanisterio/mysql-sidecar:0.72.0 + image: ghcr.io/kanisterio/mysql-sidecar:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/postgresql-deploymentconfig/README.md b/examples/stable/postgresql-deploymentconfig/README.md index 5e3ad43eb2..28ecf0a6f8 100644 --- a/examples/stable/postgresql-deploymentconfig/README.md +++ b/examples/stable/postgresql-deploymentconfig/README.md @@ -14,7 +14,7 @@ cluster's DeploymentConfig resources. - Setup OpenShift, you can follow steps mentioned below - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster in namespace `kanister` +- Kanister controller version 0.73.0 installed in your cluster in namespace `kanister` - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) diff --git a/examples/stable/postgresql-deploymentconfig/blueprint-v2/postgres-dep-config-blueprint.yaml b/examples/stable/postgresql-deploymentconfig/blueprint-v2/postgres-dep-config-blueprint.yaml index a83299b67c..a4034adf50 100644 --- a/examples/stable/postgresql-deploymentconfig/blueprint-v2/postgres-dep-config-blueprint.yaml +++ b/examples/stable/postgresql-deploymentconfig/blueprint-v2/postgres-dep-config-blueprint.yaml @@ -20,7 +20,7 @@ actions: name: '{{ .DeploymentConfig.Name }}-{{ .DeploymentConfig.Namespace }}' namespace: '{{ .DeploymentConfig.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .DeploymentConfig.Namespace }}' command: - bash @@ -50,7 +50,7 @@ actions: name: '{{ .DeploymentConfig.Name }}-{{ .DeploymentConfig.Namespace }}' namespace: '{{ .DeploymentConfig.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .DeploymentConfig.Namespace }}' command: - bash @@ -75,7 +75,7 @@ actions: - func: KubeTask name: deleteDump args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/postgresql-deploymentconfig/postgres-dep-config-blueprint.yaml b/examples/stable/postgresql-deploymentconfig/postgres-dep-config-blueprint.yaml index 020d306372..d0bfc5805e 100644 --- a/examples/stable/postgresql-deploymentconfig/postgres-dep-config-blueprint.yaml +++ b/examples/stable/postgresql-deploymentconfig/postgres-dep-config-blueprint.yaml @@ -18,7 +18,7 @@ actions: name: '{{ .DeploymentConfig.Name }}-{{ .DeploymentConfig.Namespace }}' namespace: '{{ .DeploymentConfig.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .DeploymentConfig.Namespace }}' command: - bash @@ -47,7 +47,7 @@ actions: name: '{{ .DeploymentConfig.Name }}-{{ .DeploymentConfig.Namespace }}' namespace: '{{ .DeploymentConfig.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .DeploymentConfig.Namespace }}' command: - bash @@ -69,7 +69,7 @@ actions: - func: KubeTask name: deleteDump args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/postgresql-ha/hook-blueprint/README.md b/examples/stable/postgresql-ha/hook-blueprint/README.md index 33effb9420..bc8c13cd5d 100644 --- a/examples/stable/postgresql-ha/hook-blueprint/README.md +++ b/examples/stable/postgresql-ha/hook-blueprint/README.md @@ -20,7 +20,7 @@ This blueprint is only required when you face above mentioned issue, else you wi - Kubernetes 1.10+ - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster +- Kanister controller version 0.73.0 installed in your cluster - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Installing the Chart diff --git a/examples/stable/postgresql-wale/README.md b/examples/stable/postgresql-wale/README.md index b9117f74c8..0937d91534 100755 --- a/examples/stable/postgresql-wale/README.md +++ b/examples/stable/postgresql-wale/README.md @@ -12,7 +12,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment - Kubernetes 1.10+ - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster +- Kanister controller version 0.73.0 installed in your cluster - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Installing the Chart @@ -25,7 +25,7 @@ $ helm repo update $ helm install my-release bitnami/postgresql \ --namespace postgres-test \ --set image.repository=ghcr.io/kanisterio/postgresql \ - --set image.tag=0.72.0 \ + --set image.tag=0.73.0 \ --set postgresqlPassword=postgres-12345 \ --set postgresqlExtendedConf.archiveCommand="'envdir /bitnami/postgresql/data/env wal-e wal-push %p'" \ --set postgresqlExtendedConf.archiveMode=true \ @@ -41,7 +41,7 @@ In case, if you don't have `Kanister` installed already, you can use following c Add Kanister Helm repository and install Kanister operator ```bash $ helm repo add kanister https://charts.kanister.io -$ helm install --name kanister --namespace kasten-io kanister/kanister-operator --set image.tag=0.72.0 +$ helm install --name kanister --namespace kasten-io kanister/kanister-operator --set image.tag=0.73.0 ``` ## Integrating with Kanister diff --git a/examples/stable/postgresql-wale/postgresql-blueprint.yaml b/examples/stable/postgresql-wale/postgresql-blueprint.yaml index 7bbee1513a..a167ad65d7 100644 --- a/examples/stable/postgresql-wale/postgresql-blueprint.yaml +++ b/examples/stable/postgresql-wale/postgresql-blueprint.yaml @@ -132,7 +132,7 @@ actions: - func: PrepareData name: performRestore args: - image: "ghcr.io/kanisterio/postgresql:0.72.0" + image: "ghcr.io/kanisterio/postgresql:0.73.0" namespace: "{{ .StatefulSet.Namespace }}" volumes: "data-{{ .StatefulSet.Name }}-0": "/bitnami/postgresql" @@ -282,7 +282,7 @@ actions: name: deleteArtifact args: namespace: "{{ .Namespace.Name }}" - image: "ghcr.io/kanisterio/postgresql:0.72.0" + image: "ghcr.io/kanisterio/postgresql:0.73.0" command: - bash - -o diff --git a/examples/stable/postgresql/README.md b/examples/stable/postgresql/README.md index 960fe6d184..9fe71b8795 100755 --- a/examples/stable/postgresql/README.md +++ b/examples/stable/postgresql/README.md @@ -12,7 +12,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment - Kubernetes 1.10+ - PV provisioner support in the underlying infrastructure -- Kanister controller version 0.72.0 installed in your cluster +- Kanister controller version 0.73.0 installed in your cluster - Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl) ## Installing the Chart @@ -38,7 +38,7 @@ In case, if you don't have `Kanister` installed already, you can use following c Add Kanister Helm repository and install Kanister operator ```bash $ helm repo add kanister https://charts.kanister.io -$ helm install --name kanister --namespace kasten-io kanister/kanister-operator --set image.tag=0.72.0 +$ helm install --name kanister --namespace kasten-io kanister/kanister-operator --set image.tag=0.73.0 ``` ## Integrating with Kanister diff --git a/examples/stable/postgresql/blueprint-v2/postgres-blueprint.yaml b/examples/stable/postgresql/blueprint-v2/postgres-blueprint.yaml index 278e2142cf..299b3903dc 100644 --- a/examples/stable/postgresql/blueprint-v2/postgres-blueprint.yaml +++ b/examples/stable/postgresql/blueprint-v2/postgres-blueprint.yaml @@ -20,7 +20,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -50,7 +50,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -75,7 +75,7 @@ actions: - func: KubeTask name: deleteDump args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/postgresql/postgres-blueprint.yaml b/examples/stable/postgresql/postgres-blueprint.yaml index 857af1b678..d18a56daea 100644 --- a/examples/stable/postgresql/postgres-blueprint.yaml +++ b/examples/stable/postgresql/postgres-blueprint.yaml @@ -18,7 +18,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -47,7 +47,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -69,7 +69,7 @@ actions: - func: KubeTask name: deleteDump args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/stable/postgresql/v10.16.2/postgres-blueprint.yaml b/examples/stable/postgresql/v10.16.2/postgres-blueprint.yaml index be2e217500..f57928e5de 100644 --- a/examples/stable/postgresql/v10.16.2/postgres-blueprint.yaml +++ b/examples/stable/postgresql/v10.16.2/postgres-blueprint.yaml @@ -18,7 +18,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -47,7 +47,7 @@ actions: name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}-postgresql' namespace: '{{ .StatefulSet.Namespace }}' args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: '{{ .StatefulSet.Namespace }}' command: - bash @@ -69,7 +69,7 @@ actions: - func: KubeTask name: deleteDump args: - image: ghcr.io/kanisterio/postgres-kanister-tools:0.72.0 + image: ghcr.io/kanisterio/postgres-kanister-tools:0.73.0 namespace: "{{ .Namespace.Name }}" command: - bash diff --git a/examples/time-log/blueprint.yaml b/examples/time-log/blueprint.yaml index e71d21ccf1..cca574f41b 100644 --- a/examples/time-log/blueprint.yaml +++ b/examples/time-log/blueprint.yaml @@ -38,7 +38,7 @@ actions: args: namespace: "{{ .Deployment.Namespace }}" pod: "{{ index .Deployment.Pods 0 }}" - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 backupArtifactPrefix: "{{ .ArtifactsIn.timeLog.KeyValue.path }}" backupIdentifier: "{{ .ArtifactsIn.backupIdentifier.KeyValue.id }}" - func: ScaleWorkload diff --git a/examples/time-log/time-logger-deployment.yaml b/examples/time-log/time-logger-deployment.yaml index 895d7c81b3..7b3876442e 100644 --- a/examples/time-log/time-logger-deployment.yaml +++ b/examples/time-log/time-logger-deployment.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: test-container - image: ghcr.io/kanisterio/kanister-tools:0.72.0 + image: ghcr.io/kanisterio/kanister-tools:0.73.0 command: ["sh", "-c"] args: ["while true; do for x in $(seq 1200); do date >> /var/log/time.log; sleep 1; done; truncate /var/log/time.log --size 0; done"] volumeMounts: diff --git a/helm/kanister-operator/Chart.yaml b/helm/kanister-operator/Chart.yaml index 1f67a9e4c2..59bd10a9f1 100644 --- a/helm/kanister-operator/Chart.yaml +++ b/helm/kanister-operator/Chart.yaml @@ -9,5 +9,5 @@ maintainers: - email: tom@kasten.io name: tdmanv icon: https://kasten.io/assets/img/kanister-logo.png -appVersion: 0.72.0 +appVersion: 0.73.0 source: https://github.com/kanisterio/kanister diff --git a/helm/kanister-operator/values.yaml b/helm/kanister-operator/values.yaml index 265752622d..3e55d81479 100644 --- a/helm/kanister-operator/values.yaml +++ b/helm/kanister-operator/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/kanisterio/controller - tag: 0.72.0 + tag: 0.73.0 pullPolicy: IfNotPresent rbac: create: true diff --git a/helm/profile/Chart.yaml b/helm/profile/Chart.yaml index 03ddb20335..14b144ccf3 100644 --- a/helm/profile/Chart.yaml +++ b/helm/profile/Chart.yaml @@ -3,7 +3,7 @@ description: A helm chart to create profile custom resource for kanister engine: gotpl name: profile home: https://kanister.io/ -version: 0.72.0 +version: 0.73.0 maintainers: - email: tom@kasten.io name: tdmanv diff --git a/pkg/app/csi-snapshot.go b/pkg/app/csi-snapshot.go index 0b9a72ab06..900d2fc092 100644 --- a/pkg/app/csi-snapshot.go +++ b/pkg/app/csi-snapshot.go @@ -192,7 +192,7 @@ func (tlc TimeLogCSI) getAppDeploymentObj() *appsv1.Deployment { Containers: []v1.Container{ { Name: "test-container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c"}, Args: []string{"while true; do for x in $(seq 1200); do date >> /var/log/time.log; sleep 1; done; truncate /var/log/time.log --size 0; done"}, VolumeMounts: []v1.VolumeMount{ diff --git a/pkg/function/data_test.go b/pkg/function/data_test.go index bf61c65c44..ceb86aaef0 100644 --- a/pkg/function/data_test.go +++ b/pkg/function/data_test.go @@ -135,7 +135,7 @@ func newRestoreDataBlueprint(pvc, identifierArg, identifierVal string) *crv1alph Func: RestoreDataFuncName, Args: map[string]interface{}{ RestoreDataNamespaceArg: "{{ .StatefulSet.Namespace }}", - RestoreDataImageArg: "ghcr.io/kanisterio/kanister-tools:0.72.0", + RestoreDataImageArg: "ghcr.io/kanisterio/kanister-tools:0.73.0", RestoreDataBackupArtifactPrefixArg: "{{ .Profile.Location.Bucket }}/{{ .Profile.Location.Prefix }}", RestoreDataRestorePathArg: "/mnt/data", RestoreDataEncryptionKeyArg: "{{ .Secrets.backupKey.Data.password | toString }}", @@ -267,7 +267,7 @@ func newRestoreDataAllBlueprint() *crv1alpha1.Blueprint { Func: RestoreDataAllFuncName, Args: map[string]interface{}{ RestoreDataAllNamespaceArg: "{{ .StatefulSet.Namespace }}", - RestoreDataAllImageArg: "ghcr.io/kanisterio/kanister-tools:0.72.0", + RestoreDataAllImageArg: "ghcr.io/kanisterio/kanister-tools:0.73.0", RestoreDataAllBackupArtifactPrefixArg: "{{ .Profile.Location.Bucket }}/{{ .Profile.Location.Prefix }}", RestoreDataAllBackupInfo: fmt.Sprintf("{{ .Options.%s }}", BackupDataAllOutput), RestoreDataAllRestorePathArg: "/mnt/data", @@ -478,7 +478,7 @@ func newCopyDataTestBlueprint() crv1alpha1.Blueprint { Func: RestoreDataFuncName, Args: map[string]interface{}{ RestoreDataNamespaceArg: "{{ .PVC.Namespace }}", - RestoreDataImageArg: "ghcr.io/kanisterio/kanister-tools:0.72.0", + RestoreDataImageArg: "ghcr.io/kanisterio/kanister-tools:0.73.0", RestoreDataBackupArtifactPrefixArg: fmt.Sprintf("{{ .Options.%s }}", CopyVolumeDataOutputBackupArtifactLocation), RestoreDataBackupTagArg: fmt.Sprintf("{{ .Options.%s }}", CopyVolumeDataOutputBackupTag), RestoreDataVolsArg: map[string]string{ diff --git a/pkg/function/export_rds_snapshot_location.go b/pkg/function/export_rds_snapshot_location.go index 6ab4b37843..36a6bc25e7 100644 --- a/pkg/function/export_rds_snapshot_location.go +++ b/pkg/function/export_rds_snapshot_location.go @@ -60,7 +60,7 @@ const ( BackupAction RDSAction = "backup" RestoreAction RDSAction = "restore" - postgresToolsImage = "ghcr.io/kanisterio/postgres-kanister-tools:0.72.0" + postgresToolsImage = "ghcr.io/kanisterio/postgres-kanister-tools:0.73.0" ) type exportRDSSnapshotToLocationFunc struct{} diff --git a/pkg/function/kube_exec_test.go b/pkg/function/kube_exec_test.go index 942e456218..8de0b2e5b5 100644 --- a/pkg/function/kube_exec_test.go +++ b/pkg/function/kube_exec_test.go @@ -179,11 +179,11 @@ func (s *KubeExecTest) TestParseLogAndCreateOutput(c *C) { errChecker Checker outChecker Checker }{ - {"###Phase-output###: {\"key\":\"version\",\"value\":\"0.72.0\"}", map[string]interface{}{"version": "0.72.0"}, IsNil, NotNil}, - {"###Phase-output###: {\"key\":\"version\",\"value\":\"0.72.0\"}\n###Phase-output###: {\"key\":\"path\",\"value\":\"/backup/path\"}", - map[string]interface{}{"version": "0.72.0", "path": "/backup/path"}, IsNil, NotNil}, - {"Random message ###Phase-output###: {\"key\":\"version\",\"value\":\"0.72.0\"}", map[string]interface{}{"version": "0.72.0"}, IsNil, NotNil}, - {"Random message with newline \n###Phase-output###: {\"key\":\"version\",\"value\":\"0.72.0\"}", map[string]interface{}{"version": "0.72.0"}, IsNil, NotNil}, + {"###Phase-output###: {\"key\":\"version\",\"value\":\"0.73.0\"}", map[string]interface{}{"version": "0.73.0"}, IsNil, NotNil}, + {"###Phase-output###: {\"key\":\"version\",\"value\":\"0.73.0\"}\n###Phase-output###: {\"key\":\"path\",\"value\":\"/backup/path\"}", + map[string]interface{}{"version": "0.73.0", "path": "/backup/path"}, IsNil, NotNil}, + {"Random message ###Phase-output###: {\"key\":\"version\",\"value\":\"0.73.0\"}", map[string]interface{}{"version": "0.73.0"}, IsNil, NotNil}, + {"Random message with newline \n###Phase-output###: {\"key\":\"version\",\"value\":\"0.73.0\"}", map[string]interface{}{"version": "0.73.0"}, IsNil, NotNil}, {"###Phase-output###: Invalid message", nil, NotNil, IsNil}, {"Random message", nil, IsNil, IsNil}, } { diff --git a/pkg/function/kube_task_test.go b/pkg/function/kube_task_test.go index bf1b3a77c2..6a634faee0 100644 --- a/pkg/function/kube_task_test.go +++ b/pkg/function/kube_task_test.go @@ -70,7 +70,7 @@ func outputPhase(namespace string) crv1alpha1.BlueprintPhase { KubeTaskCommandArg: []string{ "sh", "-c", - "kando output version 0.72.0", + "kando output version 0.73.0", }, }, } @@ -143,7 +143,7 @@ func (s *KubeTaskSuite) TestKubeTask(c *C) { bp: newTaskBlueprint(outputPhase(s.namespace), sleepPhase(s.namespace), tickPhase(s.namespace)), outs: []map[string]interface{}{ { - "version": "0.72.0", + "version": "0.73.0", }, {}, {}, diff --git a/pkg/function/utils.go b/pkg/function/utils.go index 5a9ff342e1..752b5f7bae 100644 --- a/pkg/function/utils.go +++ b/pkg/function/utils.go @@ -28,7 +28,7 @@ import ( const ( // FunctionOutputVersion returns version FunctionOutputVersion = "version" - kanisterToolsImage = "ghcr.io/kanisterio/kanister-tools:0.72.0" + kanisterToolsImage = "ghcr.io/kanisterio/kanister-tools:0.73.0" kanisterToolsImageEnvName = "KANISTER_TOOLS" ) diff --git a/pkg/kube/pod_test.go b/pkg/kube/pod_test.go index e529be72dd..3bf95cfbdf 100644 --- a/pkg/kube/pod_test.go +++ b/pkg/kube/pod_test.go @@ -302,7 +302,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -348,7 +348,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -388,7 +388,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -442,7 +442,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -503,7 +503,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -566,7 +566,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"echo", "override command"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -606,7 +606,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"echo", "override command"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ @@ -649,7 +649,7 @@ func (s *PodSuite) TestPatchDefaultPodSpecs(c *C) { Containers: []v1.Container{ { Name: "container", - Image: "ghcr.io/kanisterio/kanister-tools:0.72.0", + Image: "ghcr.io/kanisterio/kanister-tools:0.73.0", Command: []string{"sh", "-c", "echo in default specs"}, ImagePullPolicy: v1.PullPolicy(v1.PullIfNotPresent), VolumeMounts: []v1.VolumeMount{ diff --git a/pkg/param/param_test.go b/pkg/param/param_test.go index 0566d042a6..075a13c683 100644 --- a/pkg/param/param_test.go +++ b/pkg/param/param_test.go @@ -721,7 +721,7 @@ func (s *ParamsSuite) TestPhaseParams(c *C) { c.Assert(tp.Phases, IsNil) err = InitPhaseParams(ctx, s.cli, tp, "backup", nil) c.Assert(err, IsNil) - UpdatePhaseParams(ctx, tp, "backup", map[string]interface{}{"version": "0.72.0"}) + UpdatePhaseParams(ctx, tp, "backup", map[string]interface{}{"version": "0.73.0"}) c.Assert(tp.Phases, HasLen, 1) c.Assert(tp.Phases["backup"], NotNil) c.Assert(tp.Secrets, HasLen, 1) diff --git a/pkg/testing/e2e_test.go b/pkg/testing/e2e_test.go index 636f9255f8..fa4a0d7a8b 100644 --- a/pkg/testing/e2e_test.go +++ b/pkg/testing/e2e_test.go @@ -228,7 +228,7 @@ func (s *E2ESuite) TestKubeTask(c *C) { Func: function.KubeTaskFuncName, Name: "test-kube-task", Args: map[string]interface{}{ - "image": "ghcr.io/kanisterio/kanister-tools:0.72.0", + "image": "ghcr.io/kanisterio/kanister-tools:0.73.0", "namespace": "{{ .Deployment.Namespace }}", "command": []string{"echo", "default specs"}, "podOverride": map[string]interface{}{ diff --git a/scripts/get.sh b/scripts/get.sh index 69c910ae0f..99a3c516cd 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -140,7 +140,7 @@ cleanup() { } main() { - version="${1:-"0.72.0"}" + version="${1:-"0.73.0"}" initArch initOS verifySupported