Skip to content

Commit

Permalink
Fixing various errors in the repo (deliveryhero#358)
Browse files Browse the repository at this point in the history
* Misc fixes for errors

* remove this

* revert these changes but update postgres chart version

* fix docs

* misc changes

* revert this now image is pushed

* update weblate chart with redis version that exists

* update postgresql values for new version of chart

* must be 32 chars?

* update weblate values for new chart

* more updates for redis chart and weblate

* fix indentation

* add hostname for postgresql for weblate

* again weblate CI values

Signed-off-by: Thomas Nyambati <[email protected]>
Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
max-rocket-internet and max-rocket-internet authored Aug 23, 2022
1 parent c3cb43c commit 68c3ab6
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 54 deletions.
2 changes: 1 addition & 1 deletion stable/cachet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "2.3.15"
description: The open source status page system
name: cachet
version: 1.3.0
version: 1.3.1
home: https://cachethq.io/
sources:
- https://github.com/CachetHQ/Docker
Expand Down
4 changes: 2 additions & 2 deletions stable/cachet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cachet

![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: 2.3.15](https://img.shields.io/badge/AppVersion-2.3.15-informational?style=flat-square)
![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![AppVersion: 2.3.15](https://img.shields.io/badge/AppVersion-2.3.15-informational?style=flat-square)

The open source status page system

Expand Down Expand Up @@ -47,7 +47,7 @@ helm install my-release deliveryhero/cachet -f values.yaml

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 9.1.4 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.26 |

## Values

Expand Down
17 changes: 10 additions & 7 deletions stable/cachet/ci/ct-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ env:
DB_USERNAME: cachet

private:
APP_KEY: 32_character_string_is_require
APP_KEY: 32_character_string_is_required_
DB_PASSWORD: cachet
MAIL_USERNAME: _
MAIL_PASSWORD: _
MAIL_ADDRESS: _

postgresql:
enabled: true
fullnameOverride: cachet-postgresql
postgresqlDatabase: cachet
postgresqlUsername: cachet
postgresqlPassword: cachet
persistence:
enabled: false
global:
postgresql:
auth:
username: cachet
password: cachet
database: cachet
primary:
persistence:
enabled: false
6 changes: 0 additions & 6 deletions stable/cachet/requirements.lock

This file was deleted.

2 changes: 1 addition & 1 deletion stable/cachet/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 9.1.4
version: 11.6.26
condition: postgresql.enabled
4 changes: 2 additions & 2 deletions stable/kube-bench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
description: "Helm chart to deploy run kube-bench as a cronjob on gke or eks."
name: kube-bench
version: 0.1.4
version: 0.1.5
home: https://github.com/aquasecurity/kube-bench
icon: https://raw.githubusercontent.com/aquasecurity/kube-bench/master/images/kube-bench.png
icon: https://raw.githubusercontent.com/aquasecurity/kube-bench/0d1bd2bbd95608957be024c12d03a0510325e5e2/docs/images/kube-bench.png
sources:
- https://github.com/aquasecurity/kube-bench
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/kube-bench/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-bench

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square)

Helm chart to deploy run kube-bench as a cronjob on gke or eks.

Expand Down
2 changes: 1 addition & 1 deletion stable/listmonk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.8
version: 0.1.9

# 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
Expand Down
2 changes: 1 addition & 1 deletion stable/listmonk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# listmonk

![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.0](https://img.shields.io/badge/AppVersion-v2.1.0-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.0](https://img.shields.io/badge/AppVersion-v2.1.0-informational?style=flat-square)

A Helm chart for listmonk application

Expand Down
2 changes: 1 addition & 1 deletion stable/listmonk/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 9.1.4
version: 11.6.26
condition: postgresql.enable
2 changes: 1 addition & 1 deletion stable/weblate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "4.2-1"
description: Free web-based translation management system.
name: weblate
version: 0.2.3
version: 0.2.4
home: https://weblate.org
sources:
- https://github.com/WeblateOrg/weblate
Expand Down
6 changes: 3 additions & 3 deletions stable/weblate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# weblate

![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![AppVersion: 4.2-1](https://img.shields.io/badge/AppVersion-4.2--1-informational?style=flat-square)
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![AppVersion: 4.2-1](https://img.shields.io/badge/AppVersion-4.2--1-informational?style=flat-square)

Free web-based translation management system.

Expand Down Expand Up @@ -46,8 +46,8 @@ helm install my-release deliveryhero/weblate -f values.yaml

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 9.1.4 |
| https://charts.bitnami.com/bitnami | redis | 11.1.0 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.26 |
| https://charts.bitnami.com/bitnami | redis | 17.0.10 |

## Values

Expand Down
31 changes: 15 additions & 16 deletions stable/weblate/ci/ct-values.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
postgresql:
enabled: true
fullnameOverride: weblate-postgres
postgresqlHost: weblate-postgres
postgresqlDatabase: weblate
postgresqlUsername: postgres
postgresqlPassword: weblate
persistence:
enabled: false
fullnameOverride: weblate-postgres
global:
postgresql:
auth:
username: weblate
password: weblate
database: weblate
primary:
persistence:
enabled: false

redis:
enabled: true
fullnameOverride: weblate-redis
usePassword: false
redisHost: weblate-redis-master
cluster:
replica:
replicaCount: 1
persistence:
enabled: false
auth:
enabled: false
securityContext:
enabled: true
fsGroup: 2000
containerSecurityContext:
enabled: true
runAsUser: 0
9 changes: 0 additions & 9 deletions stable/weblate/requirements.lock

This file was deleted.

4 changes: 2 additions & 2 deletions stable/weblate/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 9.1.4
version: 11.6.26
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 11.1.0
version: 17.0.10
condition: redis.enabled

0 comments on commit 68c3ab6

Please sign in to comment.