mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
[bitnami/flux] Use nginx instead of dokuwiki for testing (#28671)
* [bitnami/flux] Use nginx instead of dokuwiki for testing Signed-off-by: David Gomez <dgomezleon@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: David Gomez <dgomezleon@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -84,10 +84,10 @@ http:
|
||||
- /ImageUpdateAutomation.*{{ $imageUpdateAutomationName }}/
|
||||
# Ensure that the deployment done by the helm controller worked
|
||||
{{ if not ( has "air-gapped" .Vars.target_platform_properties ) }}
|
||||
http://{{ $chartReleaseName }}/doku.php:
|
||||
http://{{ $chartReleaseName }}/:
|
||||
status: 200
|
||||
body:
|
||||
- /DokuWiki/
|
||||
- /Welcome to nginx/
|
||||
# Ensure that the deployment done by the kustomize controller worked
|
||||
# This name is hardcoded in the git repository
|
||||
http://podinfo:9898:
|
||||
|
||||
@@ -125,7 +125,7 @@ extraDeploy:
|
||||
- apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: vib-dokuwiki
|
||||
name: vib-nginx
|
||||
namespace: '{{ include "common.names.namespace" . }}'
|
||||
annotations:
|
||||
"helm.sh/hook": post-install
|
||||
@@ -133,7 +133,7 @@ extraDeploy:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: ./bitnami/dokuwiki
|
||||
chart: ./bitnami/nginx
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: vib-bitnami-charts
|
||||
@@ -144,7 +144,7 @@ extraDeploy:
|
||||
compatibility:
|
||||
openshift:
|
||||
adaptSecurityContext: auto
|
||||
fullnameOverride: vib-dokuwiki
|
||||
fullnameOverride: vib-nginx
|
||||
persistence:
|
||||
enabled: false
|
||||
# This is for image-notification-controller. We will use the metrics to ensure that it is consumed
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.3.12 (2024-07-25)
|
||||
## 2.3.13 (2024-08-05)
|
||||
|
||||
* [bitnami/flux] Release 2.3.12 ([#28429](https://github.com/bitnami/charts/pull/28429))
|
||||
* [bitnami/flux] Use nginx instead of dokuwiki for testing ([#28671](https://github.com/bitnami/charts/pull/28671))
|
||||
|
||||
## <small>2.3.12 (2024-07-25)</small>
|
||||
|
||||
* [bitnami/flux] Release 2.3.12 (#28429) ([d37fda0](https://github.com/bitnami/charts/commit/d37fda0b2b83f0f961b3cbb2d8dc985cf5ce3de2)), closes [#28429](https://github.com/bitnami/charts/issues/28429)
|
||||
|
||||
## <small>2.3.11 (2024-07-24)</small>
|
||||
|
||||
|
||||
@@ -43,4 +43,4 @@ maintainers:
|
||||
name: flux
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/flux
|
||||
version: 2.3.12
|
||||
version: 2.3.13
|
||||
|
||||
Reference in New Issue
Block a user