-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container): update app-template ( 3.6.1 β 3.7.1 ) #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
+++ kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.1
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared
+++ kubernetes/apps/network/cloudflared/app Kustomization: flux-system/cloudflared HelmRelease: network/cloudflared
@@ -13,13 +13,13 @@
spec:
chart: app-template
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
- version: 3.6.1
+ version: 3.7.1
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
213db81 to
e481720
Compare
--- HelmRelease: network/echo-server Service: network/echo-server
+++ HelmRelease: network/echo-server Service: network/echo-server
@@ -5,12 +5,13 @@
name: echo-server
labels:
app.kubernetes.io/instance: echo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: echo-server
app.kubernetes.io/service: echo-server
+ namespace: network
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
protocol: TCP
--- HelmRelease: network/echo-server Deployment: network/echo-server
+++ HelmRelease: network/echo-server Deployment: network/echo-server
@@ -5,12 +5,13 @@
name: echo-server
labels:
app.kubernetes.io/component: echo-server
app.kubernetes.io/instance: echo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: echo-server
+ namespace: network
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: RollingUpdate
selector:
--- HelmRelease: network/echo-server Ingress: network/echo-server
+++ HelmRelease: network/echo-server Ingress: network/echo-server
@@ -6,12 +6,13 @@
labels:
app.kubernetes.io/instance: echo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: echo-server
annotations:
external-dns.alpha.kubernetes.io/target: external...PLACEHOLDER_SECRET_DOMAIN..
+ namespace: network
spec:
ingressClassName: external
rules:
- host: echo-server...PLACEHOLDER_SECRET_DOMAIN..
http:
paths:
--- HelmRelease: network/echo-server ServiceMonitor: network/echo-server
+++ HelmRelease: network/echo-server ServiceMonitor: network/echo-server
@@ -4,12 +4,13 @@
metadata:
name: echo-server
labels:
app.kubernetes.io/instance: echo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: echo-server
+ namespace: network
spec:
jobLabel: echo-server
namespaceSelector:
matchNames:
- network
selector:
--- HelmRelease: network/cloudflared Service: network/cloudflared
+++ HelmRelease: network/cloudflared Service: network/cloudflared
@@ -5,12 +5,13 @@
name: cloudflared
labels:
app.kubernetes.io/instance: cloudflared
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cloudflared
app.kubernetes.io/service: cloudflared
+ namespace: network
spec:
type: ClusterIP
ports:
- port: 8080
targetPort: 8080
protocol: TCP
--- HelmRelease: network/cloudflared Deployment: network/cloudflared
+++ HelmRelease: network/cloudflared Deployment: network/cloudflared
@@ -7,12 +7,13 @@
app.kubernetes.io/component: cloudflared
app.kubernetes.io/instance: cloudflared
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cloudflared
annotations:
reloader.stakater.com/auto: 'true'
+ namespace: network
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: RollingUpdate
selector:
--- HelmRelease: network/cloudflared ServiceMonitor: network/cloudflared
+++ HelmRelease: network/cloudflared ServiceMonitor: network/cloudflared
@@ -4,12 +4,13 @@
metadata:
name: cloudflared
labels:
app.kubernetes.io/instance: cloudflared
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: cloudflared
+ namespace: network
spec:
jobLabel: cloudflared
namespaceSelector:
matchNames:
- network
selector: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1->3.7.1Configuration
π Schedule: Branch creation - "before 11:00 am" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.