Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update versions in readme #75

Merged
merged 2 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autoscaling:

image:
repository: quay.io/heubeck/examiner
tag: 1.9.1
tag: 1.11.24
pullPolicy: IfNotPresent

# ImagePolicy and check period for automated updates
Expand Down
4 changes: 2 additions & 2 deletions chart-tests/application/ci/test-sidecar-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidecars:
- name: sidekick
image:
repository: quay.io/heubeck/examiner
tag: 1.11.23
tag: 1.11.24
env:
ECHO_VALUE: yehaaa
QUARKUS_HTTP_PORT: 9090
Expand All @@ -31,7 +31,7 @@ sidecars:
- name: kickback
image:
repository: quay.io/heubeck/examiner
tag: 1.11.23
tag: 1.11.24
env:
ECHO_VALUE: wohooo
QUARKUS_HTTP_PORT: 7070
Expand Down
2 changes: 1 addition & 1 deletion charts/application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: MediaMarktSaturn
url: https://github.com/MediaMarktSaturn
appVersion: 1.0.0
version: 1.8.0
version: 1.8.1
4 changes: 2 additions & 2 deletions charts/application/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# application

![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.8.1](https://img.shields.io/badge/Version-1.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Generic application chart with common requirements of a typical workload.

Expand Down Expand Up @@ -36,7 +36,7 @@ Generic application chart with common requirements of a typical workload.
| readinessProbe.failureThreshold | int | `3` | |
| readinessProbe.timeoutSeconds | int | `5` | |
| image.repository | string | `"quay.io/heubeck/examiner"` | |
| image.tag | string | `"1.11.23"` | |
| image.tag | string | `"1.11.24"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tagSemverRange | string | `"^1.x"` | |
| image.tagUpdateInterval | string | `"10m0s"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ readinessProbe:

image:
repository: quay.io/heubeck/examiner
tag: 1.11.23
tag: 1.11.24
pullPolicy: IfNotPresent

# ImagePolicy and check period for automated updates
Expand Down Expand Up @@ -248,7 +248,7 @@ sidecars: []
# - name: sqlproxy
# image:
# repository: quay.io/heubeck/examiner
# tag: 1.11.23
# tag: 1.11.24
# args: []
# env: {}
# configEnvFrom: []
Expand Down