Skip to content

Commit

Permalink
operator v0.9.6
Browse files Browse the repository at this point in the history
* bump version, update all aisnode ref-s

Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Nov 9, 2023
1 parent 6469d94 commit 08a844a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:
- test:long
- push

# NOTE: uses default tag ':latest', as in: 'aistorage/aisnode:latest'
variables:
ADMIN_IMAGE: "aistorage/admin"
AISNODE_IMAGE: "aistorage/aisnode"
Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.9.5
VERSION ?= 0.9.6
BUILD_VERSION = $(VERSION).$(shell git rev-parse --short HEAD)
BUILD_TIME = $(shell date +%FT%T%z)

Expand Down
2 changes: 1 addition & 1 deletion operator/config/samples/ais_v1beta1_aistore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
allowSharedNoDisks: false


nodeImage: "aistorage/aisnode:3.19"
nodeImage: "aistorage/aisnode:v3.21"
initImage: "aistorage/ais-init:latest"
hostpathPrefix: "/etc/ais"

Expand Down
4 changes: 2 additions & 2 deletions operator/config/samples/ais_v1beta1_aistore_tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
use_https: true
skip_verify: true # if you are using self signed certs

nodeImage: "aistorage/aisnode:v3.19"
nodeImage: "aistorage/aisnode:v3.21"
initImage: "aistorage/ais-init:latest"
hostpathPrefix: "/etc/ais"

Expand All @@ -77,4 +77,4 @@ spec:
# NOTE: For external access to work, the kubernetes cluster should have the capabilitly to create LoadBalancer services with valid external IP.
# For local testing with `minikube` run `minikube tunnel` in background for emulation. ref: https://minikube.sigs.k8s.io/docs/commands/tunnel/
enableExternalLB: false
---
---
2 changes: 1 addition & 1 deletion playbooks/docs/ais_cluster_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ais_mpath_size: 9Ti

```
`node_image` (default: `aistorage/aisnode:3.18`) - docker image used by AIS target/proxy containers
`node_image` (e.g., `aistorage/aisnode:v3.21`) - docker image used by AIS target/proxy containers

`cluster` - specifies the ansible group to be used for deploying AIS cluster, eg.
```ini
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/ais_deploy_cluster/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
node_image: aistorage/aisnode:v3.20
node_image: aistorage/aisnode:v3.21
gcp_secret_name: ""
aws_secret_name: ""
protocol: "http"
2 changes: 1 addition & 1 deletion playbooks/roles/ais_switch_protocol/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
node_image: aistorage/aisnode:v3.20
node_image: aistorage/aisnode:v3.21
gcp_secret_name: ""
aws_secret_name: ""
protocol: "https"

0 comments on commit 08a844a

Please sign in to comment.