Skip to content

Commit

Permalink
Revert "chore(deps): update dependency cilium/cilium to v1.14.3"
Browse files Browse the repository at this point in the history
This reverts commit 0245001.

It looks like the external workloads test started failing after
upgrading Cilium to v1.14.3. Let's revert while we investigate. It's
unclear to me why #2057 didn't fail though.

Ref: #2070

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Nov 1, 2023
1 parent 82e564a commit f39214a
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3
cilium_version: v1.14.2
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.3"
Version = "v1.14.2"

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

0 comments on commit f39214a

Please sign in to comment.