Finos Waltz Bundle

  • FINOS | bundle
Channel Revision Published
latest/edge 1 21 Feb 2022
public/edge 2 07 Apr 2022
1.62/edge 434 31 Jul 2024
1.61/edge 433 13 Jul 2024
1.60/edge 431 31 May 2024
1.59/edge 429 05 Apr 2024
1.58/edge 428 16 Mar 2024
1.57/edge 425 26 Jan 2024
1.56/edge 424 07 Dec 2023
1.55/edge 423 18 Nov 2023
1.54/edge 420 27 Sep 2023
1.53/edge 419 08 Sep 2023
1.52/edge 418 09 Aug 2023
1.51/edge 416 30 Jun 2023
1.50/edge 415 10 Jun 2023
1.49/edge 414 11 May 2023
1.48/edge 413 14 Apr 2023
1.47/edge 410 08 Mar 2023
1.46/edge 408 31 Jan 2023
1.45/edge 407 31 Jan 2023
1.44/edge 405 11 Oct 2022
1.43/edge 404 11 Oct 2022
1.42/edge 402 11 Oct 2022
1.41/edge 401 11 Oct 2022
1.39/edge 399 11 Oct 2022
juju deploy finos-waltz-bundle --channel public/edge
Show information

Platform:

Learn about configurations >

  • db-name | string

    Default: postgresql-data-k8s

    The postgresql database name to update.

  • db-user | string

    Default: postgresql-data-k8s

    The user / role which will own the recreated data. This is necessary in order to avoid permission denied errors on the database that that user is consuming.

  • refresh-period | int

    The interval (minutes) after which to perform a database refresh using the given sql-dump-file resource. If the value is 0, the refresh is disabled, and the charm will only do the initial database update on any newly related PostgreSQL charm database.

  • sql-dump-url | string

    The URL for the tar SQL dump to inject into the related PostgreSQL database.