Fix versions for all changed charts

main
Rakshit Menpara 2023-04-01 12:59:30 +05:30
parent d41c839fd1
commit 0970343c51
7 changed files with 27 additions and 68 deletions

View File

@ -4,7 +4,7 @@ description: Kubernetes Helm Chart for the lastest stable ERPNext branch
icon: https://raw.githubusercontent.com/frappe/design/master/logos/logo-2018/erpnext-logo-blue.svg icon: https://raw.githubusercontent.com/frappe/design/master/logos/logo-2018/erpnext-logo-blue.svg
name: erpnext name: erpnext
type: application type: application
version: 3.2.5 version: 3.3.0
maintainers: maintainers:
- name: improwised - name: improwised
dependencies: dependencies:

View File

@ -3,23 +3,9 @@ name: freeipa
description: FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). description: FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System).
maintainers: maintainers:
- name: improwised - name: improwised
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes version: 0.4.0
# to the chart and its templates, including the app version. appVersion: 4.10.1
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.9.10
dependencies: dependencies:
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami

View File

@ -10,7 +10,7 @@ image:
repository: freeipa/freeipa-server repository: freeipa/freeipa-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "fedora-36-4.9.10" tag: "fedora-37-4.10.1"
# # IPA Server must know it's own hostname to work properly.... # # IPA Server must know it's own hostname to work properly....
# # These values will probs need to be overwritten or could use lookup function? # # These values will probs need to be overwritten or could use lookup function?

View File

@ -1,4 +1,3 @@
version: 1.0.6
apiVersion: v2 apiVersion: v2
name: healthchecks name: healthchecks
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
@ -6,6 +5,7 @@ maintainers:
- email: rakshit@improwised.com - email: rakshit@improwised.com
name: rakshit name: rakshit
type: application type: application
version: 1.1.0
appVersion: 2.7.0 appVersion: 2.7.0
sources: sources:
- https://github.com/healthchecks/healthchecks - https://github.com/healthchecks/healthchecks

View File

@ -1,6 +1,6 @@
dependencies: dependencies:
- name: postgresql - name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.1.6 version: 12.2.6
digest: sha256:967b0ede1f57aaa2f24317ca5365d75744d641941e94895e7512f7d52a505df2 digest: sha256:9d825e4b75ffe02863908df9989aa33cdd1690b894a56194676ec31a0cc82528
generated: "2022-12-21T19:20:22.740708638+05:30" generated: "2023-04-01T12:57:31.963553018+05:30"

View File

@ -1,30 +1,11 @@
apiVersion: v2 apiVersion: v2
name: thunderdome-planning-poker name: thunderdome-planning-poker
description: A Helm chart for thunderdome-planning-poker description: A Helm chart for thunderdome-planning-poker
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application type: application
version: 1.0.0
# This is the chart version. This version number should be incremented each time you make changes appVersion: "v2.29.2"
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.27.0"
dependencies: dependencies:
- name: postgresql - name: postgresql
version: "12.1.6" version: "12.2.6"
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled

View File

@ -1,30 +1,9 @@
# Default values for thunderdome-planning-poker.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
postgresql:
enabled: true
global:
postgresql:
auth:
database: "pokerapp"
password: "Hello@123"
username: "pokerapp"
service:
ports:
postgresql: "5432"
fullnameOverride: "postgres"
replicaCount: 1 replicaCount: 1
image: image:
repository: stevenweathers/thunderdome-planning-poker repository: stevenweathers/thunderdome-planning-poker
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. tag: "v2.29.2"
tag: ""
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
@ -107,3 +86,16 @@ nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
postgresql:
enabled: true
global:
postgresql:
auth:
database: "pokerapp"
password: "Hello@123"
username: "pokerapp"
service:
ports:
postgresql: "5432"
fullnameOverride: "postgres"