diff --git a/config/config.go b/config/config.go index b84673ef9..280c4c9ed 100644 --- a/config/config.go +++ b/config/config.go @@ -37,7 +37,7 @@ const ( OrchestratorName = "trident" OrchestratorClientName = OrchestratorName + "ctl" OrchestratorAPIVersion = "1" - DefaultOrchestratorVersion = "22.01.0" + DefaultOrchestratorVersion = "22.01.1" PersistentStoreBootstrapAttempts = 30 PersistentStoreBootstrapTimeout = PersistentStoreBootstrapAttempts * time.Second PersistentStoreTimeout = 10 * time.Second diff --git a/deploy/bundle.yaml b/deploy/bundle.yaml index 38df03410..54bcfc6a7 100644 --- a/deploy/bundle.yaml +++ b/deploy/bundle.yaml @@ -395,7 +395,7 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: trident-operator - image: netapp/trident-operator:22.01.0 + image: netapp/trident-operator:22.01.1 imagePullPolicy: IfNotPresent name: trident-operator nodeSelector: diff --git a/deploy/crds/tridentorchestrator_cr_imagepullsecrets.yaml b/deploy/crds/tridentorchestrator_cr_imagepullsecrets.yaml index 8212351a5..b1b19e3e7 100644 --- a/deploy/crds/tridentorchestrator_cr_imagepullsecrets.yaml +++ b/deploy/crds/tridentorchestrator_cr_imagepullsecrets.yaml @@ -5,6 +5,6 @@ metadata: spec: debug: true namespace: trident - tridentImage: netapp/trident:22.01.0 + tridentImage: netapp/trident:22.01.1 imagePullSecrets: - thisisasecret diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 182a435e8..5c6779a4c 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -22,7 +22,7 @@ spec: serviceAccountName: trident-operator containers: - name: trident-operator - image: netapp/trident-operator:22.01.0 + image: netapp/trident-operator:22.01.1 command: - "/trident-operator" - "--debug" diff --git a/hack/VERSION b/hack/VERSION index 65fc5ad61..8296d62f4 100644 --- a/hack/VERSION +++ b/hack/VERSION @@ -1 +1 @@ -22.01.0 +22.01.1 diff --git a/helm/trident-operator/Chart.yaml b/helm/trident-operator/Chart.yaml index 9895ee848..fb0317a6b 100644 --- a/helm/trident-operator/Chart.yaml +++ b/helm/trident-operator/Chart.yaml @@ -11,4 +11,4 @@ icon: "https://raw.githubusercontent.com/NetApp/trident/master/logo/trident.png" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 22.01.0 +appVersion: 22.01.1 diff --git a/storage_drivers/eseries/eseries_iscsi_test.go b/storage_drivers/eseries/eseries_iscsi_test.go index f4df2e099..d58bb6f29 100644 --- a/storage_drivers/eseries/eseries_iscsi_test.go +++ b/storage_drivers/eseries/eseries_iscsi_test.go @@ -62,7 +62,7 @@ func newTestEseriesSANDriver(debugTraceFlags map[string]bool) *SANStorageDriver func newTestEseriesSANDriverAPI(config *drivers.ESeriesStorageDriverConfig) *api.Client { telemetry := make(map[string]string) - telemetry["version"] = "22.01.0" + telemetry["version"] = "22.01.1" telemetry["plugin"] = "eseries" telemetry["storagePrefix"] = *config.StoragePrefix