The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

Temporal Worker

Platform:

Channel Revision Published Runs on
latest/stable 23 06 May 2025
Ubuntu 22.04
latest/edge 23 18 Apr 2025
Ubuntu 22.04
1.0/stable 32 04 May 2026
Ubuntu 24.04 Ubuntu 22.04
1.0/stable 31 30 Apr 2026
Ubuntu 24.04 Ubuntu 22.04
1.0/edge 37 30 Jun 2026
Ubuntu 24.04 Ubuntu 22.04
1.0/edge 31 27 Apr 2026
Ubuntu 24.04 Ubuntu 22.04
2.0/edge 38 30 Jun 2026
Ubuntu 24.04
juju deploy temporal-worker-k8s --channel 1.0/stable

Learn about actions >

  • add-vault-secret

    Creates a secret in Vault.

    If a secret already exists at the same path, it either updates it if it's an existing key or appends it if it's a new one.

    Params
    • key string

      The key to create.

    • path string

      The path to create the secret in.

    • value string

      The value to create.

    Required

    path, key, value

  • get-vault-secret

    Reads a secret from Vault.

    Params
    • key string

      The key to create.

    • path string

      The path to create the secret in.

    Required

    path, key

  • restart

    Restart the Temporal worker.