Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

chore(deps): update istio/operator docker tag to v1.10.6 #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distribution/argocd-applications/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: hub
value: docker.io/istio
- name: tag
value: 1.10.3 # istio/operator
value: 1.10.6 # istio/operator
destination:
server: https://kubernetes.default.svc
namespace: istio-operator
Expand Down
2 changes: 1 addition & 1 deletion distribution/istio/istio-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: istio
spec:
profile: default
tag: 1.10.3 # istio/operator
tag: 1.10.6 # istio/operator
hub: docker.io/istio
meshConfig:
accessLogFile: /dev/stdout
Expand Down