Skip to content

Commit

Permalink
Merge pull request #6 from diggerhq/update-example-registry
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
motatoes committed Apr 23, 2024
2 parents 2cf4263 + 8c62d05 commit bfb2e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The installation must be executed in two steps, as explaned in the [Digger offic

To configure the Digger backend deployment with the Helm chart, you'll need to set several values in the `values.yaml` file. Below are the key configurations to consider:

- `digger.image.repository`: The Docker image repository for the Digger backend (e.g., `ghcr.io/diggerhq/digger_backend`).
- `digger.image.repository`: The Docker image repository for the Digger backend (e.g., `registry.digger.dev/diggerhq/digger_backend`).
- `digger.image.tag`: The specific version tag of the Docker image to deploy (e.g., `"v0.4.2"`).

- `digger.service.type`: The type of Kubernetes service to create, such as `ClusterIP`, `NodePort`, or `LoadBalancer`.
Expand Down

0 comments on commit bfb2e9b

Please sign in to comment.