feat(app-template): Release 2.0.0-beta.1 (#175)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-09-13 12:00:17 +02:00 committed by GitHub
parent 7b6ee00be6
commit ed407c00df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 12 deletions

View file

@ -5,6 +5,7 @@ excluded-charts-lint:
excluded-charts-install:
- apps/k8s-ycl
- library/common
- other/app-template
excluded-charts-release:
- library/common-test

View file

@ -4,7 +4,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
env:
@ -22,7 +22,7 @@ controllers:
second-container:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
env:
HTTP_PORT: 8888
HTTPS_PORT: 9998
@ -30,7 +30,7 @@ controllers:
third-container:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
second-controller:
type: deployment
@ -38,7 +38,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
env:
HTTP_PORT: 8889

View file

@ -4,7 +4,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
probes:

View file

@ -5,7 +5,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
service:

View file

@ -4,7 +4,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
service:

View file

@ -35,7 +35,7 @@ tests:
second-container:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
persistence:
data:

View file

@ -5,7 +5,7 @@ controllers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 29
tag: 30
pullPolicy: IfNotPresent
service:

View file

@ -2,7 +2,7 @@
apiVersion: v2
description: A common powered chart template. This can be useful for small projects that don't have their own chart.
name: app-template
version: 1.5.1
version: 2.0.0-beta.1
kubeVersion: ">=1.22.0-0"
maintainers:
- name: bjw-s
@ -10,12 +10,12 @@ maintainers:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
version: 2.0.0-beta.1
annotations:
artifacthub.io/changes: |-
- kind: changed
description: |
Updated library version to 1.5.1.
Updated library version to 2.0.0-beta.1.
links:
- name: Common library chart definition
url: https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/Chart.yaml