hazelcast / hazelcast/hazelcast-code-samples
Hazelcast docker image versions in integration code samples are not updated
- Dominant language
- Java
- Stars
- 558
- Forks
- 600
- PR merge metrics
- No merged PRs in 30d
Description
```
$ git grep hazelcast/hazelcast:
hazelcast-integration/kubernetes/hazelcast.yaml: image: hazelcast/hazelcast:3.10.3
hazelcast-integration/openshift/hazelcast-cluster/hazelcast-openshift-origin/hazelcast.yaml: value: hazelcast/hazelcast:3.11
$ git grep hazelcast/hazelcast-enterprise:
hazelcast-integration/kubernetes/hazelcast-enterprise.yaml: image: hazelcast/hazelcast-enterprise:3.10.3
hazelcast-integration/openshift/hazelcast-cluster/hazelcast-enterprise-openshift-centos/hazelcast.yaml: value: hazelcast/hazelcast-enterprise:3.11
```
Could we come up with some improvement to avoid hardcoded versions (e.g. document providing as a parameter), or use some automation to update the version during release? (CC @leszko)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.