Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Bump api-manager and set rc tag (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes authored May 4, 2021
1 parent 022fdb8 commit 3bc1843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM ${BASE_IMAGE}
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="v2.4.0" \
version="v2.4.0-rc.1" \
release="2" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
4 changes: 2 additions & 2 deletions internal/pkg/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "os"

// Default image constant variables.
const (
DefaultNodeContainerImage = "storageos/node:v2.4.0"
DefaultNodeContainerImage = "storageos/node:v2.4.0-rc.1"
DefaultInitContainerImage = "storageos/init:v2.1.0"
CSIv1ClusterDriverRegistrarContainerImage = "quay.io/k8scsi/csi-cluster-driver-registrar:v1.0.1"
CSIv1NodeDriverRegistrarContainerImage = "quay.io/k8scsi/csi-node-driver-registrar:v2.1.0"
Expand All @@ -18,7 +18,7 @@ const (
CSIv0ExternalProvisionerContainerImage = "storageos/csi-provisioner:v0.4.3"
CSIv0ExternalAttacherContainerImage = "quay.io/k8scsi/csi-attacher:v0.4.2"
DefaultNFSContainerImage = "storageos/nfs:1.0.0"
DefaultAPIManagerImage = "storageos/api-manager:v1.1.0"
DefaultAPIManagerImage = "storageos/api-manager:v1.1.1"

DefaultHyperkubeContainerRegistry = "gcr.io/google_containers/hyperkube"

Expand Down

0 comments on commit 3bc1843

Please sign in to comment.