Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
add helm chart for 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Apr 29, 2020
1 parent 2a43134 commit e4fcc31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.1.0
version: 1.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.1.0.1
appVersion: 1.2.0

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: posthog/posthog
tag: release-1.1.0.1
tag: release-1.2.0
pullPolicy: IfNotPresent

posthogSecret: ''
Expand Down

0 comments on commit e4fcc31

Please sign in to comment.