Skip to content

Commit

Permalink
chore: update base image, bump ver to 5.0.2; update CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 18, 2024
1 parent 2d6b076 commit 96f95ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: xom9ikk/dotenv@v2

- name: Run Bento build action
uses: bento-platform/bento_build_action@v0.11.1
uses: bento-platform/bento_build_action@v1.0.0
with:
context: "{{defaultContext}}:src/api"
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: xom9ikk/dotenv@v2

- name: Run Bento build action
uses: bento-platform/bento_build_action@v0.11.1
uses: bento-platform/bento_build_action@v1.0.0
with:
context: "{{defaultContext}}:elasticsearch"
build-args: |
Expand Down
10 changes: 5 additions & 5 deletions etc/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GOHAN_DEBUG=false
GOHAN_SERVICE_CONTACT=[email protected]
GOHAN_SEMVER=5.0.1
GOHAN_SEMVER=5.0.2
GOHAN_SERVICES="gateway api elasticsearch kibana drs authorization"

# GOOS=linux
Expand Down Expand Up @@ -39,8 +39,8 @@ GOHAN_API_IMAGE=gohan-api
GOHAN_API_VERSION=latest

GOHAN_API_BUILDER_BASE_IMAGE=golang:1.21-bookworm
GOHAN_API_DEV_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:golang-debian-2024.05.01
GOHAN_API_PROD_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:plain-debian-2024.05.01
GOHAN_API_DEV_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:golang-debian-2024.09.01
GOHAN_API_PROD_BASE_IMAGE=ghcr.io/bento-platform/bento_base_image:plain-debian-2024.09.01

GOHAN_API_CONTAINER_NAME=gohan-api
GOHAN_API_SERVICE_HOST=0.0.0.0
Expand Down Expand Up @@ -78,7 +78,7 @@ GOHAN_ES_IMAGE=gohan-elasticsearch
GOHAN_ES_VERSION=latest

GOHAN_ES_BASE_IMAGE=elasticsearch
GOHAN_ES_BASE_VERSION=7.17.9
GOHAN_ES_BASE_VERSION=7.17.24
GOHAN_ES_CONTAINER_NAME=elasticsearch
GOHAN_ES_EXTERNAL_PORT_1=9200
GOHAN_ES_INTERNAL_PORT_1=9200
Expand All @@ -100,7 +100,7 @@ GOHAN_ES_DATA_DIR=${GOHAN_DATA_ROOT}/elasticsearch

# KIBANA
GOHAN_KB_BASE_IMAGE=kibana
GOHAN_KB_BASE_VERSION=7.17.9
GOHAN_KB_BASE_VERSION=7.17.24
GOHAN_KB_CONTAINER_NAME=kibana
GOHAN_KB_EXTERNAL_PORT=5601
GOHAN_KB_INTERNAL_PORT=5601
Expand Down

0 comments on commit 96f95ce

Please sign in to comment.