-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin version of sail to nightly 18-01-2024 (#402)
- Loading branch information
1 parent
4fef74a
commit 2ed51ad
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
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
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 |
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
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 |