Skip to content

Commit

Permalink
Release for 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
finaldie committed Sep 26, 2024
1 parent ba27d5d commit 3a2bdcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deps: prepare-env
# deps: docker-network

repo ?= finaldie/auto-news
tag ?= 0.9.13
tag ?= 0.9.14

build:
cd docker && make build repo=$(repo) tag=$(tag) topdir=$(topdir)
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-airflow-common:
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
# image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.5.2}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.13}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.14}
# build: .

networks:
Expand Down
2 changes: 1 addition & 1 deletion docker/portainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-airflow-common:
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
# image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.5.2}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.13}
image: ${AIRFLOW_IMAGE_NAME:-finaldie/auto-news:0.9.14}
# build: .

networks:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ airflow:
images:
airflow:
repository: finaldie/auto-news
tag: 0.9.13
tag: 0.9.14

useDefaultImageForMigration: true

Expand Down

0 comments on commit 3a2bdcb

Please sign in to comment.