feat(helm): update chart nack ( 0.31.1 ➔ 0.33.2 )#518
Open
mortyops[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart nack ( 0.31.1 ➔ 0.33.2 )#518mortyops[bot] wants to merge 1 commit intomainfrom
mortyops[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/database/jetstream/nack Kustomization: database/jetstream-nack HelmRelease: database/nack
+++ kubernetes/apps/database/jetstream/nack Kustomization: database/jetstream-nack HelmRelease: database/nack
@@ -14,13 +14,13 @@
chart: nack
interval: 5m
sourceRef:
kind: HelmRepository
name: nats
namespace: flux-system
- version: 0.31.1
+ version: 0.33.2
install:
crds: CreateReplace
remediation:
retries: 3
strategy:
name: RetryOnFailure |
Contributor
Author
--- HelmRelease: database/nack ServiceAccount: database/jetstream-controller
+++ HelmRelease: database/nack ServiceAccount: database/jetstream-controller
@@ -1,7 +1,9 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: jetstream-controller
namespace: database
+ labels:
+ app: nack
--- HelmRelease: database/nack ClusterRole: database/jetstream-controller-cluster-role
+++ HelmRelease: database/nack ClusterRole: database/jetstream-controller-cluster-role
@@ -1,12 +1,14 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: jetstream-controller-cluster-role
namespace: database
+ labels:
+ app: nack
rules:
- apiGroups:
- ''
resources:
- events
verbs:
--- HelmRelease: database/nack ClusterRoleBinding: database/jetstream-controller-cluster-role-binding
+++ HelmRelease: database/nack ClusterRoleBinding: database/jetstream-controller-cluster-role-binding
@@ -1,12 +1,14 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: jetstream-controller-cluster-role-binding
namespace: database
+ labels:
+ app: nack
subjects:
- kind: ServiceAccount
name: jetstream-controller
namespace: database
roleRef:
kind: ClusterRole
--- HelmRelease: database/nack Deployment: database/nack
+++ HelmRelease: database/nack Deployment: database/nack
@@ -20,27 +20,40 @@
volumes:
- name: runtime
emptyDir: {}
serviceAccountName: jetstream-controller
containers:
- name: jsc
- image: natsio/jetstream-controller:0.21.1
+ image: natsio/jetstream-controller:0.22.2
imagePullPolicy: IfNotPresent
workingDir: /nack
command:
- /jetstream-controller
args:
- -s=nats://nats.database.svc.cluster.local:4222
+ - --health-probe-bind-address=:8081
- --control-loop
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
+ livenessProbe:
+ httpGet:
+ path: /healthz
+ port: 8081
+ initialDelaySeconds: 15
+ periodSeconds: 20
+ readinessProbe:
+ httpGet:
+ path: /readyz
+ port: 8081
+ initialDelaySeconds: 5
+ periodSeconds: 10
volumeMounts:
- name: runtime
mountPath: /nack
|
d02a96b to
57176a5
Compare
57176a5 to
e5e6068
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | nack | 0.31.1 | 0.33.2 |
e5e6068 to
67b898f
Compare
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
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:
0.31.1→0.33.2Release Notes
nats-io/k8s (nack)
v0.33.2Compare Source
A Helm chart for NACK - NATS Controller for Kubernetes
v0.33.1Compare Source
A Helm chart for NACK - NATS Controller for Kubernetes
v0.33.0Compare Source
A Helm chart for NACK - NAts Controller for Kubernetes
v0.32.0Compare Source
A Helm chart for NACK - NAts Controller for Kubernetes
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: 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 has been generated by Renovate Bot.