Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
Helm Chart:
- Fixed alertmanager's default dummy configuration to avoid `CrashLoopBackOff`.
- Improved usage documentation
- Fix `preStop` and `livenessProbe` to use `aerospikeClientPort`
- Chart `4.6.0` updated to use Aerospike Server version `4.6.0.13`
- Chart `4.7.0` updated to use Aerospike Server version `4.7.0.11`
- Chart `4.8.0` updated to use Aerospike Server version `4.8.0.6`

Generic:
- Minor fix README
- Fix statefulset definition to use `aerospike/aerospike-kubernetes-init` image
- Fix examples to use `aerospike/aerospike-kubernetes-init` image
- Remove `install.sh`, `on-start.sh` scripts
  • Loading branch information
spkesan authored Mar 16, 2020
2 parents c10e8ab + 2da9128 commit 3ae8131
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 157 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These manifests will allow you to deploy a fully formed Aerospike cluster in min
It uses:

- [aerospike-server docker image](https://hub.docker.com/r/aerospike/aerospike-server)
- [aerospike-tools docker image](https://hub.docker.com/r/aerospike/aerospike-tools)
- [aerospike-kubernetes-init docker image](https://hub.docker.com/r/aerospike/aerospike-kubernetes-init)

## Usage:

Expand Down
46 changes: 0 additions & 46 deletions configs/install.sh

This file was deleted.

51 changes: 0 additions & 51 deletions configs/on-start.sh

This file was deleted.

Binary file modified docs/aerospike-4.6.0.tgz
Binary file not shown.
Binary file modified docs/aerospike-4.7.0.tgz
Binary file not shown.
Binary file modified docs/aerospike-4.8.0.tgz
Binary file not shown.
20 changes: 10 additions & 10 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v1
entries:
aerospike:
- apiVersion: v1
appVersion: 4.8.0.5
created: "2020-03-07T03:47:41.057394+05:30"
appVersion: 4.8.0.6
created: "2020-03-16T23:01:17.608415+05:30"
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
digest: 916e89ec2a85d6c7ad5b69f8dfaf2a2d55a3e41f5de02299a05a6592dabd40ab
digest: 00677c21b1d63b88cc3f1044729a94f8c6780f20f648b3d19c7c628cf646d40e
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
maintainers:
- email: kesan@aerospike.com
Expand All @@ -20,10 +20,10 @@ entries:
- https://aerospike.github.io/aerospike-kubernetes/aerospike-4.8.0.tgz
version: 4.8.0
- apiVersion: v1
appVersion: 4.7.0.10
created: "2020-03-07T03:47:41.055905+05:30"
appVersion: 4.7.0.11
created: "2020-03-16T23:01:17.607033+05:30"
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
digest: 78fba0cc7280436181de267231b23962bd4b5561e9263bcaf7b7d5f8047dbe2a
digest: 2604162d62b08af86d9996abba19b88d1d794a93052af61d17fbbb4a74525bdb
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
maintainers:
- email: kesan@aerospike.com
Expand All @@ -38,10 +38,10 @@ entries:
- https://aerospike.github.io/aerospike-kubernetes/aerospike-4.7.0.tgz
version: 4.7.0
- apiVersion: v1
appVersion: 4.6.0.12
created: "2020-03-07T03:47:41.054267+05:30"
appVersion: 4.6.0.13
created: "2020-03-16T23:01:17.605315+05:30"
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
digest: 69040ff91fed43f242f5e45c32dbce5034e96846e787e9af8dcf6b60dd880a70
digest: b5944cd78bc239856781e1c14d1993923f7d9fc0a7b3e5349da02d60e2bd0262
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
maintainers:
- email: kesan@aerospike.com
Expand All @@ -55,4 +55,4 @@ entries:
urls:
- https://aerospike.github.io/aerospike-kubernetes/aerospike-4.6.0.tgz
version: 4.6.0
generated: "2020-03-07T03:47:41.05153+05:30"
generated: "2020-03-16T23:01:17.603744+05:30"
4 changes: 1 addition & 3 deletions examples/shadow-device/statefulset-shadow-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ spec:
fieldPath: status.podIP
initContainers:
- name: aerospike-init
image: aerospike/aerospike-tools
command: ["/bin/sh"]
args: ["-c", "cp /configs/install.sh /install.sh && chmod +x /install.sh && /install.sh"]
image: aerospike/aerospike-kubernetes-init:latest
volumeMounts:
- name: confdir
mountPath: /etc/aerospike
Expand Down
4 changes: 1 addition & 3 deletions examples/storage-engine-device/statefulset-raw-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ spec:
fieldPath: status.podIP
initContainers:
- name: aerospike-init
image: aerospike/aerospike-tools
command: ["/bin/sh"]
args: ["-c", "cp /configs/install.sh /install.sh && chmod +x /install.sh && /install.sh"]
image: aerospike/aerospike-kubernetes-init:latest
volumeMounts:
- name: confdir
mountPath: /etc/aerospike
Expand Down
11 changes: 11 additions & 0 deletions helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file documents all notable changes to Aerospike Helm Chart (Community Edition).

## [1.2.1](https://github.com/aerospike/aerospike-kubernetes/releases/tag/1.2.1)

- Fixed alertmanager's default dummy configuration to avoid `CrashLoopBackOff`.
- Improved usage documentation
- Chart `4.6.0` updated to use Aerospike Server version `4.6.0.13`
- Chart `4.7.0` updated to use Aerospike Server version `4.7.0.11`
- Chart `4.8.0` updated to use Aerospike Server version `4.8.0.6`


## [1.2.0](https://github.com/aerospike/aerospike-kubernetes/releases/tag/1.2.0)

- Uses new `aerospike/aerospike-kubernetes-init` image
Expand All @@ -18,10 +27,12 @@ This file documents all notable changes to Aerospike Helm Chart (Community Editi
- Chart `4.7.0` updated to use Aerospike Server version `4.7.0.10`
- Chart `4.8.0` updated to use Aerospike Server version `4.8.0.5`


## [1.1.0](https://github.com/aerospike/aerospike-kubernetes/releases/tag/1.1.0)
- Update Chart `4.7.0` to use Aerospike Server version `4.7.0.5` (appVersion).
- Update Chart `4.6.0` to use Aerospike Server version `4.6.0.8` (appVersion).


## [1.0.0](https://github.com/aerospike/aerospike-kubernetes/releases/tag/1.0.0)

- Supports `NodeAffinity`/`PodAffinity`/`PodAntiAffinity` rules.
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# ------------------------------------------------------------------------------

apiVersion: v1
appVersion: 4.8.0.5
appVersion: 4.8.0.6
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
name: aerospike
version: 4.8.0
Expand Down
Loading

0 comments on commit 3ae8131

Please sign in to comment.