Skip to content

Commit

Permalink
1.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkraig committed Jul 31, 2018
1 parent 0be9f73 commit b4668ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

all: container

TAG?=1.0-beta.4
TAG?=1.0-beta.5
PREFIX?=quay.io/coreos/alb-ingress-controller
ARCH?=amd64
OS?=linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# AWS ALB Ingress Controller

**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.4`. Please file any issues you find and note the version used.
**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.5`. Please file any issues you find and note the version used.

The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/user-guide/ingress) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).

Expand Down
2 changes: 1 addition & 1 deletion alb-ingress-controller-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.0-beta.4
appVersion: 1.0-beta.5
description: The ALB Ingress Controller satisfies Kubernetes ingress resources by provisioning Application Load Balancers.
engine: gotpl
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion alb-ingress-controller-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following tables lists the configurable parameters of the alb-ingress-contro
| `awsRegion` | (REQUIRED) AWS region in which this ingress controller will operate | `us-west-1` |
| `clusterName` | (REQUIRED) Resources created by the ALB Ingress controller will be prefixed with this string | `k8s` |
| `controller.image.repository` | controller container image repository | `quay.io/coreos/alb-ingress-controller` |
| `controller.image.tag` | controller container image tag | `1.0-beta.4` |
| `controller.image.tag` | controller container image tag | `1.0-beta.5` |
| `controller.image.pullPolicy` | controller container image pull policy | `IfNotPresent` |
| `controller.extraEnv` | map of environment variables to be injected into the controller pod | `{}` |
| `controller.nodeSelector` | node labels for controller pod assignment | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion examples/alb-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
# Repository location of the ALB Ingress Controller.
image: quay.io/coreos/alb-ingress-controller:1.0-beta.4
image: quay.io/coreos/alb-ingress-controller:1.0-beta.5
imagePullPolicy: Always
name: server
resources: {}
Expand Down

0 comments on commit b4668ea

Please sign in to comment.