This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## v0.5.6 (2020-09-02)
6
+ ### 🛠 Bug fixes
7
+ * Migrate deprecated APIs removed in v1.16
8
+
5
9
## v0.5.5 (2020-07-07)
6
10
### 🆕 Features
7
11
* Add support for serviceAccount
8
12
* Add support for podAnnotations, podSecurityContext & securityContext
9
13
* Add default values for image.repository and imageCredentials.registry
10
14
11
-
12
15
## v0.5.4 (2020-07-02)
13
16
### 🛠 Bug fixes
14
17
* Fix invalid annotation level of ` backoffLimit ` within initDBHook Job template
15
18
16
-
17
19
## v0.5.3 (2020-06-25)
18
20
### 🆕 Features
19
21
* Allow users to define a custom ` backoffLimit ` for initDBHook Job. (Default value set to 6)
20
22
* Enabling initDBHook and initContainers Jobs by default.
21
23
22
-
23
24
## v0.5.2 (2020-05-19)
24
25
### 🆕 Features
25
26
* Allow exposition of both HTTP & gRPC endpoints in the ingress with more flexibility
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
description : A Helm chart for Orchestrate API server
4
4
name : core-stack-api
5
- version : 0.5.5
5
+ version : 0.5.6
6
6
home : https://pegasys.tech/orchestrate/
7
7
icon : https://docs.orchestrate.pegasys.tech/en/stable/logo.svg
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
{{- if .Values.ingress.enabled -}}
2
2
{{- $fullName := include "orchestrate-api.fullname" . -}}
3
- apiVersion : extensions /v1beta1
3
+ apiVersion : networking.k8s.io /v1beta1
4
4
kind : Ingress
5
5
metadata :
6
6
name : {{ $fullName }}
You can’t perform that action at this time.
0 commit comments