Skip to content

Commit

Permalink
chore: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Feb 16, 2024
1 parent d39a2d5 commit 9df24f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
12 changes: 2 additions & 10 deletions charts/outdated/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions charts/outdated/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
postgresql:
enabled: true
ingress:
enabled: true
10 changes: 5 additions & 5 deletions charts/outdated/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ ember:
image:
repository: ghcr.io/adfinis/outdated/ember
pullPolicy: Always
tag: "latest"
tag: ~
service:
type: ClusterIP
port: 80
Expand All @@ -40,7 +40,7 @@ oidc:
realm: "example"

postgresql:
enabled: true
enabled: false
auth:
username: outdated
database: outdated
Expand Down Expand Up @@ -78,7 +78,7 @@ securityContext:
# runAsUser: 1000

ingress:
enabled: true
enabled: false
className: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
Expand Down

0 comments on commit 9df24f3

Please sign in to comment.