Skip to content

Commit a20d889

Browse files
Minor Helm quick start updates
1 parent 1c9506c commit a20d889

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_docs/getting-started/helm-quick-start-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Helm is a package manager for Kubernetes. It behaves similar to other package ma
1313

1414
Helm offers several extra features on top of vanilla Kubernetes deployments, some of which are:
1515

16-
* The ability to group multiple Kubernetes manifests together and treat as a single entity (for deployments, rollbacks, and storage). Groups of Manifests are called [Helm Charts](https://github.com/kubernetes/helm/blob/master/docs/charts.md).
16+
* The ability to group multiple Kubernetes manifests together and treat them as a single entity (for deployments, rollbacks, and storage). Groups of Manifests are called [Helm Charts](https://github.com/kubernetes/helm/blob/master/docs/charts.md).
1717
* Built-in templating for Kubernetes manifests, putting an end to custom template systems that you might use for replacing things such as the Docker tag inside a manifest.
1818
* The ability to create Charts of Charts which contain the templates as well as default values. This means
1919
that you can describe the dependencies of an application in the service level and deploy everything at the same time.
@@ -214,7 +214,7 @@ steps:
214214
type: build
215215
image_name: kostis-codefresh/python-flask-sampleapp
216216
working_directory: ./
217-
tag: ${{CF_BRANCH_TAG_NORMALIZED}}
217+
tag: '${{CF_BRANCH_TAG_NORMALIZED}}-${{CF_SHORT_REVISION}}'
218218
dockerfile: Dockerfile
219219
StoreChart:
220220
title: Storing Helm chart

_docs/whats-new/whats-new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toc: true
99

1010
### July 2018
1111

12+
- Build status for Pull requests are now per pipeline giving better feedback
1213
- Added new variable `CF_BUILD_INITIATOR` for the person that started a build
1314
- Improved retrying of push/pull actions after failures with timeouts and general connectivity issues.
1415

0 commit comments

Comments
 (0)