Skip to content

Commit

Permalink
Merge pull request #450 from nenaddedic/master
Browse files Browse the repository at this point in the history
Don't use deprecated kubernetes apis anymore
  • Loading branch information
nenaddedic authored Jan 10, 2020
2 parents 83525f2 + 102123e commit bea073f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This is the changelog of Kritis releases

v0.2.2:
* Update Helm chart to work with Kubernetes 1.16.

v0.2.1:
* Treat the signature in an Attestation Occurrence as base64 encoded.
* Bump kubectl version in helm hook container images.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GOOS ?= $(shell go env GOOS)
GOARCH = amd64
BUILD_DIR ?= ./out
COMMIT ?= $(shell git rev-parse HEAD)
VERSION ?= v0.2.1
VERSION ?= v0.2.2
IMAGE_TAG ?= $(COMMIT)

# Used for integration testing. example:
Expand Down
2 changes: 1 addition & 1 deletion artifacts/examples/kritis-gcb-signer-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: kritis-gcb-signer
Expand Down
2 changes: 1 addition & 1 deletion kritis-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "0.0.1"
description: A Helm chart for Kubernetes
name: kritis-charts
version: 0.2.1
version: 0.2.2
2 changes: 1 addition & 1 deletion kritis-charts/templates/kritis-server-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Values.serviceName }}
Expand Down
2 changes: 1 addition & 1 deletion kritis-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
tag: v0.2.1
tag: v0.2.2
image: kritis-server
name: kritis-server
pullPolicy: Always
Expand Down

0 comments on commit bea073f

Please sign in to comment.