Skip to content

Commit

Permalink
Bumps version to 21.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 authored Mar 8, 2022
1 parent c80f1f7 commit dc1cc6c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/tridentorchestrator_cr_imagepullsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
spec:
debug: true
namespace: trident
tridentImage: netapp/trident:22.01.0
tridentImage: netapp/trident:22.01.1
imagePullSecrets:
- thisisasecret
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hack/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.01.0
22.01.1
2 changes: 1 addition & 1 deletion helm/trident-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion storage_drivers/eseries/eseries_iscsi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc1cc6c

Please sign in to comment.