Skip to content

Commit

Permalink
Merge pull request #92 from catenasys/feature/dop-upgrade
Browse files Browse the repository at this point in the history
feat(daml-on-postgres): upgrade to rc15
  • Loading branch information
scealiontach committed Jul 8, 2021
2 parents 2ec286a + 94678ab commit 331f481
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/daml-on-postgres/Chart.yaml
Expand Up @@ -18,8 +18,8 @@ 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: 0.1.4
version: 0.1.5

# 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.3.0
appVersion: 1.13.0
4 changes: 2 additions & 2 deletions charts/daml-on-postgres/sextant/details.yaml
Expand Up @@ -5,7 +5,7 @@ description: The DAML smart contract runtime engine with Postgres as the ledger
# Replaces the index.js in the deployment templates directory, sawtooth/index
# The deploymentType and deploymentVersion help build the object structure
deploymentType: daml-on-postgres
deploymentVersion: 1.3
deploymentVersion: 1.13

# absolute path to form.js
form: daml-on-postgres/sextant/form.js
Expand All @@ -20,7 +20,7 @@ namespacePath: deployment.namespace
# additional fields for the button
# form: <same as deploymentVersion>
title: DAML on Postgres
sextantVersion: daml-on-postgres 1.3, daml 1.3
sextantVersion: daml-on-postgres 1.13, daml 1.13
buttonIcon: /thirdParty/daml-a.png
features:
- daml.parties
Expand Down
4 changes: 2 additions & 2 deletions charts/daml-on-postgres/values.yaml
Expand Up @@ -20,7 +20,7 @@ daml:
enabled: false
image:
repository: blockchaintp/daml-on-postgres
tag: BTP2.1.0rc14
tag: BTP2.1.0rc15
pullPolicy: IfNotPresent
ledgerId: someIdentifyingString
extra_args:
Expand All @@ -37,7 +37,7 @@ daml:
jsonapi:
image:
repository: blockchaintp/daml-json-api
tag: BTP2.1.0rc14
tag: BTP2.1.0rc15
pullPolicy: IfNotPresent
ports:
http: 8080
Expand Down

0 comments on commit 331f481

Please sign in to comment.