Skip to content

Commit

Permalink
chore(cassandra) upgrade to 3.11 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP authored Apr 1, 2022
1 parent b848370 commit d4eba86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Environment variables:
set this variable with the Kong Enterprise license data
POSTGRES the version of the Postgres dependency to use (default 9.5)
CASSANDRA the version of the Cassandra dependency to use (default 3.9)
CASSANDRA the version of the Cassandra dependency to use (default 3.11)
REDIS the version of the Redis dependency to use (default 5.0.4)
Example usage:
Expand Down Expand Up @@ -777,6 +777,9 @@ The result should be a new PR on the Pongo repo.
### unreleased
* Upgrade cassandra image from 3.9 to 3.11 for M1 chip
[#269](https://github.com/Kong/kong-pongo/pull/269)
* Fix rock installation issue due to unauthenticated Git protocol
[#266](https://github.com/Kong/kong-pongo/pull/266)
Expand Down
2 changes: 1 addition & 1 deletion assets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
- ${SERVICE_NETWORK_NAME}-postgres.${SERVICE_NETWORK_NAME}

cassandra:
image: ${CASSANDRA_IMAGE:-cassandra:3.9}
image: ${CASSANDRA_IMAGE:-cassandra:3.11}
environment:
MAX_HEAP_SIZE: 256M
HEAP_NEWSIZE: 128M
Expand Down
2 changes: 1 addition & 1 deletion assets/help/pongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Environment variables:
set this variable with the Kong Enterprise license data

POSTGRES_IMAGE the Postgres image to use (default postgres:9.5)
CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.9)
CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.11)
REDIS_IMAGE the Redis dependency to use (default redis:5.0.4-alpine)
SQUID_IMAGE the Squid dependency to use (default sameersbn/squid:3.5.27-2)
GRPCBIN_IMAGE the Grpcbin dependency to use (default moul/grpcbin:latest)
Expand Down
2 changes: 1 addition & 1 deletion assets/help/up.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Default available dependencies:

Environment variables:
POSTGRES_IMAGE the Postgres image to use (default postgres:9.5)
CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.9)
CASSANDRA_IMAGE the Cassandra image to use (default cassandra:3.11)
REDIS_IMAGE the Redis dependency to use (default redis:5.0.4-alpine)
SQUID_IMAGE the Squid dependency to use (default sameersbn/squid:3.5.27-2)
GRPCBIN_IMAGE the Grpcbin dependency to use (default moul/grpcbin:latest)
Expand Down

0 comments on commit d4eba86

Please sign in to comment.