Skip to content

Commit e3d16f2

Browse files
committed
Update AKO tag 3.3.0
1 parent 89b72d1 commit e3d16f2

12 files changed

+16
-16
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go
2727
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
2828

2929
# Version of Operator (build arg)
30-
ARG VERSION="3.2.2"
30+
ARG VERSION="3.3.0"
3131

3232
# User to run container as
3333
ARG USER="root"

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ boolean isNightly() {
119119
}
120120

121121
String getVersion() {
122-
def prefix = "3.2.2"
122+
def prefix = "3.3.0"
123123
def candidateName = ""
124124
if(isNightly()) {
125125
def timestamp = new Date().format("yyyy-MM-dd")

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OPENSHIFT_VERSION="v4.9"
1111
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1212
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1313
# TODO: Version must be pulled from git tags
14-
VERSION ?= 3.2.2
14+
VERSION ?= 3.3.0
1515

1616
# Platforms supported
1717
PLATFORMS ?= linux/amd64,linux/arm64
@@ -254,7 +254,7 @@ submodules: ## Pull and update git submodules recursively
254254

255255
# Generate bundle manifests and metadata, then validate generated files.
256256
# For OpenShift bundles run
257-
# CHANNELS=stable DEFAULT_CHANNEL=stable OPENSHIFT_VERSION=v4.6 IMG=docker.io/aerospike/aerospike-kubernetes-operator-nightly:3.2.2 make bundle
257+
# CHANNELS=stable DEFAULT_CHANNEL=stable OPENSHIFT_VERSION=v4.6 IMG=docker.io/aerospike/aerospike-kubernetes-operator-nightly:3.3.0 make bundle
258258
.PHONY: bundle
259259
bundle: manifests kustomize
260260
rm -rf $(ROOT_DIR)/bundle.Dockerfile $(BUNDLE_DIR)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Run the following command with the appropriate name and version for the operator
4242

4343
```sh
4444
IMAGE_TAG_BASE=aerospike/aerospike-kubernetes-operator-nightly
45-
VERSION=3.2.2
45+
VERSION=3.3.0
4646
make docker-buildx IMG=${IMAGE_TAG_BASE}:${VERSION} PLATFORMS=linux/amd64
4747
```
4848
**Note**: Change `PLATFORMS` var as per host machine or remove it to build multi-arch image
@@ -94,7 +94,7 @@ Set up the environment with image names.
9494
```shell
9595
export ACCOUNT=aerospike
9696
export IMAGE_TAG_BASE=${ACCOUNT}/aerospike-kubernetes-operator
97-
export VERSION=3.2.2
97+
export VERSION=3.3.0
9898
export IMG=docker.io/${IMAGE_TAG_BASE}-nightly:${VERSION}
9999
export BUNDLE_IMG=docker.io/${IMAGE_TAG_BASE}-bundle-nightly:${VERSION}
100100
export CATALOG_IMG=docker.io/${IMAGE_TAG_BASE}-catalog-nightly:${VERSION}

api/v1/aerospikecluster_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ type AerospikePodStatus struct { //nolint:govet // for readability
924924

925925
// AerospikeCluster is the schema for the AerospikeCluster API
926926
// +operator-sdk:csv:customresourcedefinitions:displayName="Aerospike Cluster",resources={{Service, v1},{Pod,v1},{StatefulSet,v1}}
927-
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=3.2.2"
927+
// +kubebuilder:metadata:annotations="aerospike-kubernetes-operator/version=3.3.0"
928928
//
929929
//nolint:lll // for readability
930930
type AerospikeCluster struct { //nolint:govet // for readability

config/crd/bases/asdb.aerospike.com_aerospikeclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
aerospike-kubernetes-operator/version: 3.2.2
6+
aerospike-kubernetes-operator/version: 3.3.0
77
controller-gen.kubebuilder.io/version: v0.12.1
88
name: aerospikeclusters.asdb.aerospike.com
99
spec:

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ configMapGenerator:
1414
images:
1515
- name: controller
1616
newName: docker.io/aerospike/aerospike-kubernetes-operator-nightly
17-
newTag: 3.2.2
17+
newTag: 3.3.0

helm-charts/aerospike-cluster/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ type: application
33
name: aerospike-cluster
44

55
# version tracks chart changes
6-
version: 3.2.2
6+
version: 3.3.0
77
# appVersion tracks operator version
8-
appVersion: 3.2.2
8+
appVersion: 3.3.0
99

1010
description: A Helm chart for Aerospike Cluster Custom Resource
1111
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4

helm-charts/aerospike-kubernetes-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ type: application
33
name: aerospike-kubernetes-operator
44

55
# version tracks chart changes
6-
version: 3.2.2
6+
version: 3.3.0
77
# appVersion tracks operator version
8-
appVersion: 3.2.2
8+
appVersion: 3.3.0
99

1010
description: A Helm chart for Aerospike Kubernetes Operator
1111
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4

helm-charts/aerospike-kubernetes-operator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ helm install aerospike-kubernetes-operator ./aerospike-kubernetes-operator --set
3737
|-------------------------------------|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
3838
| `replicas` | Number of operator replicas | `2` |
3939
| `operatorImage.repository` | Operator image repository | `aerospike/aerospike-kubernetes-operator` |
40-
| `operatorImage.tag` | Operator image tag | `3.2.2` |
40+
| `operatorImage.tag` | Operator image tag | `3.3.0` |
4141
| `operatorImage.pullPolicy` | Image pull policy | `IfNotPresent` |
4242
| `imagePullSecrets` | Secrets containing credentials to pull Operator image from a private registry | `{}` (nil) |
4343
| `rbac.create` | Set this to `true` to let helm chart automatically create RBAC resources necessary for operator | `true` |

helm-charts/aerospike-kubernetes-operator/crds/customresourcedefinition_aerospikeclusters.asdb.aerospike.com.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
aerospike-kubernetes-operator/version: 3.2.2
6+
aerospike-kubernetes-operator/version: 3.3.0
77
controller-gen.kubebuilder.io/version: v0.12.1
88
name: aerospikeclusters.asdb.aerospike.com
99
spec:

helm-charts/aerospike-kubernetes-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ replicas: 2
44
## Operator image
55
operatorImage:
66
repository: aerospike/aerospike-kubernetes-operator
7-
tag: 3.2.2
7+
tag: 3.3.0
88
pullPolicy: IfNotPresent
99

1010
## In case the above image is pulled from a registry that requires

0 commit comments

Comments
 (0)