Skip to content

Commit

Permalink
Merge pull request kubernetes#41037 from bprashanth/glbc_version
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 41037, 40118, 40959, 41084, 41092)

Bump up GLBC version from 0.9.0-beta to 0.9.1

Tests have been green, moving the beta to a release.
  • Loading branch information
Kubernetes Submit Queue authored Feb 10, 2017
2 parents 2e005f5 + 906b16d commit 3f25bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/saltbase/salt/l7-gcp/glbc.manifest
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: v1
kind: Pod
metadata:
name: l7-lb-controller-v0.9.0
name: l7-lb-controller-v0.9.1
namespace: kube-system
labels:
k8s-app: glbc
version: v0.9.0
version: v0.9.1
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBC"
spec:
terminationGracePeriodSeconds: 600
hostNetwork: true
containers:
- image: gcr.io/google_containers/glbc:0.9.0-beta.1
- image: gcr.io/google_containers/glbc:0.9.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 3f25bbc

Please sign in to comment.