k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

feat: update helm chart mealie to 5.1.1

Open carpenike-bot[bot] opened this issue 3 years ago • 4 comments

This PR contains the following updates:

Package Update Change
mealie minor 5.0.1 -> 5.1.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by Renovate Bot.

carpenike-bot[bot] avatar Jul 31 '22 19:07 carpenike-bot[bot]

Path: k8s/clusters/cluster-0/manifests/home/mealie/helm-release.yaml Version: 5.0.1 -> 5.1.0

No changes in detected in resources

carpenike-bot[bot] avatar Jul 31 '22 19:07 carpenike-bot[bot]

Path: k8s/clusters/cluster-0/manifests/home/mealie/helm-release.yaml Version: 5.0.1 -> 5.1.1

@@ -75,14 +75,14 @@
 image: "hkotel/mealie:v0.5.6"
 imagePullPolicy: IfNotPresent
 env:
- - name: "API_URL"
- value: "http://localhost:9000"
- - name: "BASE_URL"
- value: "https://meals.${SECRET_DOMAIN}"
- - name: "DEFAULT_EMAIL"
- value: "[email protected]"
- - name: "TZ"
- value: "America/New_York"
+ - name: API_URL
+ value: http://localhost:9000
+ - name: BASE_URL
+ value: https://meals.${SECRET_DOMAIN}
+ - name: DEFAULT_EMAIL
+ value: [email protected]
+ - name: TZ
+ value: America/New_York
 ports:
 - name: api
 containerPort: 9000

carpenike-bot[bot] avatar Aug 02 '22 12:08 carpenike-bot[bot]

Path: k8s/clusters/cluster-0/manifests/home/mealie/helm-release.yaml Version: 5.0.1 -> 5.1.1

@@ -75,14 +75,14 @@
 image: "hkotel/mealie:v0.5.6"
 imagePullPolicy: IfNotPresent
 env:
- - name: "API_URL"
- value: "http://localhost:9000"
- - name: "BASE_URL"
- value: "https://meals.${SECRET_DOMAIN}"
- - name: "DEFAULT_EMAIL"
- value: "[email protected]"
- - name: "TZ"
- value: "America/New_York"
+ - name: API_URL
+ value: http://localhost:9000
+ - name: BASE_URL
+ value: https://meals.${SECRET_DOMAIN}
+ - name: DEFAULT_EMAIL
+ value: [email protected]
+ - name: TZ
+ value: America/New_York
 ports:
 - name: api
 containerPort: 9000

carpenike-bot[bot] avatar Aug 02 '22 12:08 carpenike-bot[bot]

Path: k8s/clusters/cluster-0/manifests/home/mealie/helm-release.yaml Version: 5.0.1 -> 5.1.2

@@ -75,14 +75,14 @@
 image: "hkotel/mealie:v0.5.6"
 imagePullPolicy: IfNotPresent
 env:
- - name: "API_URL"
- value: "http://localhost:9000"
- - name: "BASE_URL"
- value: "https://meals.${SECRET_DOMAIN}"
- - name: "DEFAULT_EMAIL"
- value: "[email protected]"
- - name: "TZ"
- value: "America/New_York"
+ - name: API_URL
+ value: http://localhost:9000
+ - name: BASE_URL
+ value: https://meals.${SECRET_DOMAIN}
+ - name: DEFAULT_EMAIL
+ value: [email protected]
+ - name: TZ
+ value: America/New_York
 ports:
 - name: api
 containerPort: 9000

carpenike-bot[bot] avatar Aug 02 '22 15:08 carpenike-bot[bot]