Skip to content

Commit

Permalink
Bump project minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Jan 9, 2024
1 parent 3cd8371 commit aa29d28
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameSuffix: -prod
resources:
- ../../base
- ingress.yaml
- pdb.yaml
secretGenerator:
- name: healthcheck-env
type: Opaque
envs:
- .env
resources:
- ../../base
- ingress.yaml
- pdb.yaml
labels:
- includeSelectors: true
pairs:
variant: prod
images:
- name: ghcr.io/dbca-wa/healthcheck
newTag: 1.1.16
patches:
- path: deployment_patch.yaml
- path: service_patch.yaml
images:
- name: ghcr.io/dbca-wa/healthcheck
newTag: 1.1.17
8 changes: 4 additions & 4 deletions kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameSuffix: -uat
resources:
- ../../base
- ingress.yaml
- pdb.yaml
secretGenerator:
- name: healthcheck-env
type: Opaque
envs:
- .env
resources:
- ../../base
- ingress.yaml
- pdb.yaml
labels:
- includeSelectors: true
pairs:
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "healthcheck"
version = "1.1.16"
version = "1.1.17"
description = "Internal service endpoint health check for Spatial Support System"
authors = ["ASI <[email protected]>"]

Expand All @@ -13,7 +13,7 @@ python-dotenv = "1.0.0"
gunicorn = "21.2.0"

[tool.poetry.group.dev.dependencies]
ipython = "^8.19.0"
ipython = "^8.20.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit aa29d28

Please sign in to comment.