Skip to content
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

Pin version of sail to nightly 18-01-2024 #402

Merged
merged 1 commit into from
Jan 25, 2024
Merged
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
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
Loading