Skip to content

Commit

Permalink
Merge pull request #44 from WyriHaximusNet/redirect-default-backend-b…
Browse files Browse the repository at this point in the history
…ump-hpa-version

[redirect/default-backend] Bump HPA version
  • Loading branch information
WyriHaximus authored Oct 21, 2020
2 parents 7b2fa7d + 9d1337f commit eefa4f2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/default-backend/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.1.2
- name: horizontal-pod-autoscalers
repository: https://helm.wyrihaximus.net/
version: 0.1.0
digest: sha256:61b09b22321149ec73892ea36de12468fa3e35b15756f8f1769c18dfe55142f9
generated: "2020-10-20T19:30:33.002238289+02:00"
version: 0.2.0
digest: sha256:da3cabd092499f75f425706a7faae76bdefe5a54d805628ea48a3b769e8cbf2b
generated: "2020-10-21T20:34:40.497024599+02:00"
5 changes: 3 additions & 2 deletions charts/default-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: A Helm chart for Kubernetes
home: https://github.com/wyrihaximusnet/docker-default-backend
icon: https://helm.wyrihaximus.net/images/charts/default-backend.png
type: application
version: 0.3.1
version: 0.4.0
kubeVersion: ^1.18
appVersion: random
maintainers:
- name: WyriHaximus
Expand All @@ -14,5 +15,5 @@ dependencies:
version: ^0.1
repository: https://helm.wyrihaximus.net/
- name: horizontal-pod-autoscalers
version: ^0.1
version: ^0.2
repository: https://helm.wyrihaximus.net/
1 change: 1 addition & 0 deletions charts/default-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ingress:
## Opinionated decisions
* requires kubernetes ^1.18
* Ports are hardcoded to `6969` for the service, and `9696` for the metrics.
* TLS is assumed to be required, and is set up based on supplied hosts in `ingress.hosts`.
* It's assumed that this helm chart will be run in it's own namespace, so the naming for all resources is kept as simple as possible.
Expand Down
6 changes: 3 additions & 3 deletions charts/redirect/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: horizontal-pod-autoscalers
repository: https://helm.wyrihaximus.net/
version: 0.1.0
digest: sha256:b69c147f2b6a3d345e7155979fc23ff6bbf4fa0c3822d1d9f64691ab29d9778c
generated: "2020-10-20T19:31:36.647230414+02:00"
version: 0.2.0
digest: sha256:c24acf3aaf1d76d5b431e2d608ee5162acf6e5bb0ad764b2a3cf81e37bb499bf
generated: "2020-10-21T20:35:46.408821942+02:00"
5 changes: 3 additions & 2 deletions charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ description: Redirect
home: https://github.com/wyrihaximusnet/docker-redirect
icon: https://helm.wyrihaximus.net/images/charts/redirect.png
type: application
version: 0.6.1
version: 0.7.0
kubeVersion: ^1.18
appVersion: random
maintainers:
- name: WyriHaximus
email: [email protected]
dependencies:
- name: horizontal-pod-autoscalers
version: ^0.1
version: ^0.2
repository: https://helm.wyrihaximus.net/
1 change: 1 addition & 0 deletions charts/redirect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Keep in mind that the configuration options are executed in the following order:

## Opinionated decisions

* requires kubernetes ^1.18
* Ports are hardcoded to `7132` for the service, and `7133` for the metrics.
* TLS is assumed to be required, and is set up based on supplied hosts in `redirect.hosts` and `redirect.ingressHosts`.
* It's assumed that this helm chart will be run in it's own namespace, so the naming for all resources is kept as simple as possible.
Expand Down

0 comments on commit eefa4f2

Please sign in to comment.