Skip to content

Commit

Permalink
Merge branch 'keptn:main' into fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek041 committed Apr 12, 2023
2 parents 7e1fe39 + f9a1bc7 commit 56124b8
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run: rsync -av --delete --exclude='charts/*.tgz' ./helm/chart/ ./helm-charts-repository/charts/keptn-lifecycle-toolkit/

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.KEPTN_BOT_TOKEN }}
path: ./helm-charts-repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Cosign
uses: sigstore/cosign-installer@v3.0.1
uses: sigstore/cosign-installer@v3.0.2

- name: Build Docker Image
id: docker_build_image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "RUN_ID=$RUN_ID" >> $GITHUB_OUTPUT
- name: Download all artifacts from last successful build of main branch
uses: dawidd6/action-download-artifact@v2.26.0
uses: dawidd6/action-download-artifact@v2.26.1
id: download_artifacts_push
with:
# Download last successful artifact from a CI build
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Image URL to use all building/pushing image targets

# renovate: datasource=github-releases depName=cert-manager/cert-manager
CERT_MANAGER_VERSION ?= v1.11.0
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
KUSTOMIZE_VERSION?=v4.5.7
# renovate: datasource=github-tags depName=helm/helm
Expand Down
2 changes: 1 addition & 1 deletion examples/support/metrics/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/hat:0.2.7
image: ghcr.io/podtato-head/hat:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down
2 changes: 1 addition & 1 deletion klt-cert-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.20.2-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.3-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20.2-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.3-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20.2-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.3-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.20.2-alpine3.16 AS builder
FROM --platform=$BUILDPLATFORM golang:1.20.3-alpine3.16 AS builder

ENV CGO_ENABLED=0

Expand Down
4 changes: 2 additions & 2 deletions test/integration/podtato-head-application/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/hat:0.2.7
image: ghcr.io/podtato-head/hat:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down
4 changes: 2 additions & 2 deletions test/integration/restartable-app/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/hat:0.2.7
image: ghcr.io/podtato-head/hat:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: ghcr.io/podtato-head/entry:0.2.7
image: ghcr.io/podtato-head/entry:0.2.8
imagePullPolicy: Always
ports:
- containerPort: 9000
Expand Down

0 comments on commit 56124b8

Please sign in to comment.