Skip to content

Commit

Permalink
Pin version of sail to nightly 18-01-2024 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole authored and alexsnaps committed Jan 30, 2024
1 parent 4fef74a commit 2ed51ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions config/dependencies/istio/sail/deployment_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: istio-operator
spec:
template:
spec:
containers:
- name: manager
# nightly build from commit b7f5286be0bc25cb257bc439e7c18acb99dce26f
image: quay.io/maistra-dev/istio-operator:3.0-nightly-2024-01-18
8 changes: 7 additions & 1 deletion config/dependencies/istio/sail/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
namespace: istio-system
resources:
- github.com/maistra/istio-operator/config/default?ref=maistra-3.0
- github.com/maistra/istio-operator/config/default?ref=b7f5286be0bc25cb257bc439e7c18acb99dce26f
# commit sha from prior to removal of kustomize manifests
patches:
- path: deployment_patch.yaml
target:
kind: Deployment
name: istio-operator

0 comments on commit 2ed51ad

Please sign in to comment.