Skip to content

Commit

Permalink
Merge pull request #13 from aerospike/spk/4.7.0.5
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
spkesan authored Dec 11, 2019
2 parents c78da85 + d0439a2 commit f00840d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
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.
14 changes: 7 additions & 7 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.7.0.3
created: "2019-11-17T15:07:37.157083+05:30"
appVersion: 4.7.0.5
created: "2019-12-11T14:29:07.768744+05:30"
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
digest: d51718644d3e4f45424af4bb273f346a780d488fe4047afb6587a14a4576ce95
digest: f88202c5abc0d2264aab68c88c317554e80227212e4fb742e47d2602fe6da467
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
maintainers:
- email: [email protected]
Expand All @@ -19,10 +19,10 @@ entries:
- https://aerospike.github.io/aerospike-kubernetes/aerospike-4.7.0.tgz
version: 4.7.0
- apiVersion: v1
appVersion: 4.6.0.6
created: "2019-11-17T15:07:37.156491+05:30"
appVersion: 4.6.0.8
created: "2019-12-11T14:29:07.766151+05:30"
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
digest: 443e68c4ad9518130ad26fa354201b5c1d0728c84bbbd6f3549547b0af37d20c
digest: ee32e1966892a0f5fe210a61f314cc9fae380be0121fed533423b7453e5c5d58
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
maintainers:
- email: [email protected]
Expand All @@ -35,4 +35,4 @@ entries:
urls:
- https://aerospike.github.io/aerospike-kubernetes/aerospike-4.6.0.tgz
version: 4.6.0
generated: "2019-11-17T15:07:37.155334+05:30"
generated: "2019-12-11T14:29:07.763652+05:30"
8 changes: 6 additions & 2 deletions helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

This file documents all notable changes to Aerospike Helm Chart.

## [1.0.1]
## [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.1](https://github.com/aerospike/aerospike-kubernetes/releases/tag/1.0.1)
- Update Chart `4.7.0` to use Aerospike Server versions `4.7.0.3` (appVersion).
- Update Chart `4.6.0` to use Aerospike Server version `4.6.0.6` (appVersion).
- Added 'Expose Aerospike Cluster' section to README.
- Added CHANGELOG.md

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

- Supports `NodeAffinity`/`PodAffinity`/`PodAntiAffinity` rules.
- Set `antiAffinity` to ensure one Pod per Node (for a release).
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.7.0.3
appVersion: 4.7.0.5
description: A Helm chart for Aerospike Server Community Edition on Kubernetes
name: aerospike
version: 4.7.0
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ asadm -h <ExternalIP> -p 3000 --services-alternate
| `dbReplicas` | Number of Aerospike nodes or pods in the cluster | `3` |
| `terminationGracePeriodSeconds` | Wait time to forceful shutdown of a container | `120` |
| `image.repository` | Aerospike Server Docker Image | `aerospike/aerospike-server` |
| `image.tag` | Aerospike Server Docker Image Tag | `4.7.0.3` |
| `image.tag` | Aerospike Server Docker Image Tag | `4.7.0.5` |
| `toolsImage.repository` | Aerospike Tools Docker Image | `aerospike/aerospike-tools` |
| `toolsImage.tag` | Aerospike Tools Docker Image Tag | `3.22.0` |
| `aerospikeNamespace` | Aerospike Namespace name | `test` |
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terminationGracePeriodSeconds: 120
### Aerospike server Community docker image
image:
repository: aerospike/aerospike-server
tag: 4.7.0.3
tag: 4.7.0.5

### Aerospike tools docker image
toolsImage:
Expand Down

0 comments on commit f00840d

Please sign in to comment.