Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitOps & Obserability Playground with ArgoCD, Kargo.io, Istio and OpenTelemetry
# GitOps & Observability Playground with ArgoCD, Kargo.io, Istio and OpenTelemetry
A playground project that demonstrates the collaboration between ArgoCD and Kargo.io.

Kargo.io monitors this GitHub repository, including the GitHub Container Registry, for changes,
Expand Down
6 changes: 3 additions & 3 deletions local-dev/istio/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helm_resource(
namespace = 'istio-system',
labels = 'System',
flags = [
'--version=1.28.0',
'--version=1.29.1',
'--create-namespace',
],
auto_init = True,
Expand All @@ -29,7 +29,7 @@ helm_resource(
namespace = 'istio-system',
labels = 'System',
flags = [
'--version=1.28.0',
'--version=1.29.1',
'--create-namespace',
'--set=autoscaleEnabled=false',
'--set=traceSampling=100.0',
Expand All @@ -54,7 +54,7 @@ helm_resource(
namespace = 'istio-gateway',
labels = 'System',
flags = [
'--version=1.28.0',
'--version=1.29.1',
'--set=autoscaling.enabled=false',
'--create-namespace',
],
Expand Down
2 changes: 1 addition & 1 deletion local-dev/istio/gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1beta1
apiVersion: networking.istio.io/v1
kind: Gateway
metadata:
name: kubedev-net
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/frontend/virtualservice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1beta1
apiVersion: networking.istio.io/v1
kind: VirtualService
metadata:
name: virtualservice
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/isolation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: isolation
Expand Down
Loading