Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #173 from keptn-contrib/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat authored Sep 3, 2021
2 parents 9288f8f + 57910b7 commit 2d42290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.17
id: go
- name: Check out code.
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the offical Golang image to create a build artifact.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
FROM golang:1.13.7-alpine as builder
FROM golang:1.17-alpine3.13 as builder
RUN apk add --no-cache gcc libc-dev git

ARG version=develop
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ Please always double-check the version of Keptn you are using compared to the ve
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |
| 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |
| 0.8.4 | keptncontrib/prometheus-service:0.6.1 |
| 0.8.4 - 0.8.7 | keptncontrib/prometheus-service:0.6.1 |
| 0.9.0 | keptncontrib/prometheus-service:0.6.2 |


## Setup Prometheus Monitoring

Keptn doesn't install or manage Prometheus and its components. Users need to install Prometheus and Prometheus Alert manager as a prerequisite.
Expand Down

0 comments on commit 2d42290

Please sign in to comment.