-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(helm): update cni ( 1.23.2 → 1.24.0 ) #1897
Open
jarvis-plus-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cni-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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/namespaces/base/istio-system/istio-cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni
+++ kubernetes/namespaces/base/istio-system/istio-cni/app Kustomization: flux-system/istio-cni HelmRelease: istio-system/istio-cni
@@ -13,13 +13,13 @@
chart: cni
interval: 10m
sourceRef:
kind: HelmRepository
name: istio-charts
namespace: flux-system
- version: 1.23.2
+ version: 1.24.0
driftDetection:
mode: warn
install:
crds: CreateReplace
createNamespace: true
remediation: |
--- HelmRelease: istio-system/istio-cni ServiceAccount: istio-system/istio-cni
+++ HelmRelease: istio-system/istio-cni ServiceAccount: istio-system/istio-cni
@@ -7,7 +7,11 @@
labels:
app: istio-cni
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
--- HelmRelease: istio-system/istio-cni ConfigMap: istio-system/istio-cni-config
+++ HelmRelease: istio-system/istio-cni ConfigMap: istio-system/istio-cni-config
@@ -7,18 +7,21 @@
labels:
app: istio-cni
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
data:
- CURRENT_AGENT_VERSION: 1.23.2
+ CURRENT_AGENT_VERSION: 1.24.0
AMBIENT_ENABLED: 'false'
AMBIENT_DNS_CAPTURE: 'false'
AMBIENT_IPV6: 'true'
- CNI_NET_DIR: /etc/cni/net.d
CHAINED_CNI_PLUGIN: 'true'
EXCLUDED_NAMESPACES: kube-system
REPAIR_ENABLED: 'true'
REPAIR_LABEL_PODS: 'false'
REPAIR_DELETE_PODS: 'false'
REPAIR_REPAIR_PODS: 'true'
--- HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni
+++ HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni
@@ -6,12 +6,16 @@
labels:
app: istio-cni
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
rules:
- apiGroups:
- ''
resources:
- pods
- nodes
--- HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni-repair-role
+++ HelmRelease: istio-system/istio-cni ClusterRole: istio-system/istio-cni-repair-role
@@ -6,12 +6,16 @@
labels:
app: istio-cni
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
rules:
- apiGroups:
- ''
resources:
- events
verbs:
--- HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni
+++ HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni
@@ -6,12 +6,16 @@
labels:
app: istio-cni
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: istio-cni
subjects:
- kind: ServiceAccount
--- HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni-repair-rolebinding
+++ HelmRelease: istio-system/istio-cni ClusterRoleBinding: istio-system/istio-cni-repair-rolebinding
@@ -6,12 +6,16 @@
labels:
k8s-app: istio-cni-repair
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
subjects:
- kind: ServiceAccount
name: istio-cni
namespace: istio-system
roleRef:
apiGroup: rbac.authorization.k8s.io
--- HelmRelease: istio-system/istio-cni DaemonSet: istio-system/istio-cni-node
+++ HelmRelease: istio-system/istio-cni DaemonSet: istio-system/istio-cni-node
@@ -7,12 +7,16 @@
labels:
k8s-app: istio-cni-node
release: istio-cni
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: Cni
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
spec:
selector:
matchLabels:
k8s-app: istio-cni-node
updateStrategy:
type: RollingUpdate
@@ -21,12 +25,16 @@
template:
metadata:
labels:
k8s-app: istio-cni-node
sidecar.istio.io/inject: 'false'
istio.io/dataplane-mode: none
+ app.kubernetes.io/name: istio-cni
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/instance: istio-cni
+ app.kubernetes.io/part-of: istio
annotations:
sidecar.istio.io/inject: 'false'
prometheus.io/scrape: 'true'
prometheus.io/port: '15014'
prometheus.io/path: /metrics
spec:
@@ -41,28 +49,33 @@
operator: Exists
priorityClassName: system-node-critical
serviceAccountName: istio-cni
terminationGracePeriodSeconds: 5
containers:
- name: install-cni
- image: docker.io/istio/install-cni:1.23.2
+ image: docker.io/istio/install-cni:1.24.0
+ ports:
+ - containerPort: 15014
+ name: metrics
+ protocol: TCP
readinessProbe:
httpGet:
path: /readyz
port: 8000
securityContext:
- privileged: true
+ privileged: false
runAsGroup: 0
runAsUser: 0
runAsNonRoot: false
capabilities:
drop:
- ALL
add:
- NET_ADMIN
- NET_RAW
+ - SYS_PTRACE
- SYS_ADMIN
command:
- install-cni
args:
- --log_output_level=info
envFrom: |
jarvis-plus-bot
bot
force-pushed
the
renovate/cni-1.x
branch
from
November 7, 2024 23:05
9a219a0
to
48f4cb9
Compare
jarvis-plus-bot
bot
changed the title
fix(helm): update cni ( 1.23.2 → 1.23.3 )
feat(helm): update cni ( 1.23.2 → 1.24.0 )
Nov 7, 2024
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:
1.23.2
->1.24.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
istio/istio (cni)
v1.24.0
: Istio 1.24.0Compare Source
Artifacts
Release Notes
v1.23.3
: Istio 1.23.3Compare Source
Artifacts
Release Notes
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.