diff --git a/charts/outdated/Chart.yaml b/charts/outdated/Chart.yaml index e1c217bd..e0a18205 100644 --- a/charts/outdated/Chart.yaml +++ b/charts/outdated/Chart.yaml @@ -2,14 +2,6 @@ apiVersion: v2 name: outdated description: A Helm chart for Kubernetes -# 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 home: https://github.com/adfinis/outdated @@ -22,13 +14,13 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.0.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: "1.16.0" +appVersion: "latest" dependencies: - name: postgresql diff --git a/charts/outdated/ci/default-values.yaml b/charts/outdated/ci/default-values.yaml new file mode 100644 index 00000000..46207207 --- /dev/null +++ b/charts/outdated/ci/default-values.yaml @@ -0,0 +1,4 @@ +postgresql: + enabled: true +ingress: + enabled: true diff --git a/charts/outdated/values.yaml b/charts/outdated/values.yaml index 27b8ac24..6f4ef1ee 100644 --- a/charts/outdated/values.yaml +++ b/charts/outdated/values.yaml @@ -9,14 +9,14 @@ # for using an external database set DATABASE_HOST and DATABASE_USER -existingSecret: "" +existingSecret: ~ api: replicaCount: 1 image: repository: ghcr.io/adfinis/outdated/api pullPolicy: Always - tag: "latest" + tag: ~ service: type: ClusterIP port: 8000 @@ -25,7 +25,7 @@ ember: image: repository: ghcr.io/adfinis/outdated/ember pullPolicy: Always - tag: "latest" + tag: ~ service: type: ClusterIP port: 80 @@ -40,7 +40,7 @@ oidc: realm: "example" postgresql: - enabled: true + enabled: false auth: username: outdated database: outdated @@ -78,7 +78,7 @@ securityContext: # runAsUser: 1000 ingress: - enabled: true + enabled: false className: "nginx" annotations: kubernetes.io/ingress.class: nginx