Skip to content

Commit

Permalink
chore(deps): update dependency cilium/cilium to v1.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Nov 2, 2023
1 parent 57e2b50 commit b3b6763
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks-byocni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
location: westeurope
cost_reduction: --node-vm-size Standard_B2s --node-osdisk-size 30
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eks-tunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
region: us-east-2
eksctl_version: v0.147.0
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
region: us-east-2
eksctl_version: v0.147.0
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
zone: us-west2-a
vmStartupScript: .github/gcp-vm-startup.sh
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6
USE_GKE_GCLOUD_AUTH_PLUGIN: True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
env:
zone: us-west2-a
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6
USE_GKE_GCLOUD_AUTH_PLUGIN: True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
TIMEOUT: 2m
LOG_TIME: 30m
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multicluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
env:
zone: us-west2-a
# renovate: datasource=github-releases depName=cilium/cilium
cilium_version: v1.14.2
cilium_version: v1.14.3
kubectl_version: v1.23.6
USE_GKE_GCLOUD_AUTH_PLUGIN: True

Expand Down
2 changes: 1 addition & 1 deletion defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "time"

const (
// renovate: datasource=github-releases depName=cilium/cilium
Version = "v1.14.2"
Version = "v1.14.3"

AgentContainerName = "cilium-agent"
AgentServiceAccountName = "cilium"
Expand Down

0 comments on commit b3b6763

Please sign in to comment.