Skip to content

Commit

Permalink
Bump golang from 1.16 to 1.17.1 (#87)
Browse files Browse the repository at this point in the history
* Bump golang from 1.16 to 1.17.1

Bumps golang from 1.16 to 1.17.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* use minor version tag

* bump app+chart version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Hayward <thayward@infoblox.com>
  • Loading branch information
dependabot[bot] and kd7lxl authored Sep 10, 2021
1 parent 04238b6 commit 83b97c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM golang:1.16 as builder
FROM golang:1.17 as builder

# Set workspace
WORKDIR /src/jainishshah17/tugger/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ In addition, the `MutatingAdmissionWebhook` and `ValidatingAdmissionWebhook` adm

```bash
# Build docker image
docker build -t jainishshah17/tugger:0.1.6 .
docker build -t jainishshah17/tugger:0.1.7 .

# Push it to Docker Registry
docker push jainishshah17/tugger:0.1.6
docker push jainishshah17/tugger:0.1.7
```

### Create [Kubernetes Docker registry secret](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down
4 changes: 2 additions & 2 deletions chart/tugger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.1.6"
appVersion: "0.1.7"
description: A Helm chart for Tugger
name: tugger
version: 0.4.2
version: 0.4.3
keywords:
- DevOps
- helm
Expand Down
2 changes: 1 addition & 1 deletion deployment/tugger-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: tugger
image: jainishshah17/tugger:0.1.6
image: jainishshah17/tugger:0.1.7
imagePullPolicy: Always
env:
- name: DOCKER_REGISTRY_URL
Expand Down

0 comments on commit 83b97c0

Please sign in to comment.