Skip to content

Commit 385f536

Browse files
authored
Merge pull request #462 from kubernetes-sigs/1.0-beta.4
1.0-beta.4
2 parents b5b3473 + c65acbc commit 385f536

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ make clean; make
1818
```
1919
$ docker images | grep -i alb-ingress-controller
2020
21-
quay.io/coreos/alb-ingress-controller 1.0-beta.3 78f356144e33 20 minutes ago 47.4MB
21+
quay.io/coreos/alb-ingress-controller 1.0-beta.4 78f356144e33 20 minutes ago 47.4MB
2222
```
2323

2424
> Version can vary based on what's in the Makefile. If you wish to push to your own repo for testing, you can change the version and repo details in the Makefile then do a `docker push`.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
all: container
2121

22-
TAG?=1.0-beta.3
22+
TAG?=1.0-beta.4
2323
BUILD=$(shell git log --pretty=format:'%h' -n 1)
2424
PREFIX?=quay.io/coreos/alb-ingress-controller
2525
ARCH?=amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# AWS ALB Ingress Controller
77

8-
**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.3`. Please file any issues you find and note the version used.
8+
**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.
99

1010
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).
1111

alb-ingress-controller-helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.0-beta.3
2+
appVersion: 1.0-beta.4
33
description: The ALB Ingress Controller satisfies Kubernetes ingress resources by provisioning Application Load Balancers.
44
engine: gotpl
55
home: https://github.com/kubernetes-sigs/aws-alb-ingress-controller

alb-ingress-controller-helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following tables lists the configurable parameters of the alb-ingress-contro
4848
| `awsRegion` | (REQUIRED) AWS region in which this ingress controller will operate | `us-west-1` |
4949
| `clusterName` | (REQUIRED) Resources created by the ALB Ingress controller will be prefixed with this string | `k8s` |
5050
| `controller.image.repository` | controller container image repository | `quay.io/coreos/alb-ingress-controller` |
51-
| `controller.image.tag` | controller container image tag | `1.0-beta.3` |
51+
| `controller.image.tag` | controller container image tag | `1.0-beta.4` |
5252
| `controller.image.pullPolicy` | controller container image pull policy | `IfNotPresent` |
5353
| `controller.extraEnv` | map of environment variables to be injected into the controller pod | `{}` |
5454
| `controller.nodeSelector` | node labels for controller pod assignment | `{}` |

alb-ingress-controller-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clusterName: k8s
1717
controller:
1818
image:
1919
repository: quay.io/coreos/alb-ingress-controller
20-
tag: "1.0-beta.3"
20+
tag: "1.0-beta.4"
2121
pullPolicy: IfNotPresent
2222

2323
extraEnv: {}

examples/alb-ingress-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
apiVersion: v1
8686
fieldPath: metadata.namespace
8787
# Repository location of the ALB Ingress Controller.
88-
image: quay.io/coreos/alb-ingress-controller:1.0-beta.3
88+
image: quay.io/coreos/alb-ingress-controller:1.0-beta.4
8989
imagePullPolicy: Always
9090
name: server
9191
resources: {}

0 commit comments

Comments
 (0)