mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
feat(app-template): Release 2.0.0-beta.1 (#175)
This commit is contained in:
parent
7b6ee00be6
commit
ed407c00df
8 changed files with 13 additions and 12 deletions
|
@ -5,6 +5,7 @@ excluded-charts-lint:
|
|||
excluded-charts-install:
|
||||
- apps/k8s-ycl
|
||||
- library/common
|
||||
- other/app-template
|
||||
|
||||
excluded-charts-release:
|
||||
- library/common-test
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
tag: 30
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
probes:
|
||||
|
|
|
@ -5,7 +5,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
tag: 30
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
|
|
@ -4,7 +4,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
tag: 30
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
|
|
@ -35,7 +35,7 @@ tests:
|
|||
second-container:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
tag: 30
|
||||
|
||||
persistence:
|
||||
data:
|
||||
|
|
|
@ -5,7 +5,7 @@ controllers:
|
|||
main:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: 29
|
||||
tag: 30
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue