Skip to content

Commit

Permalink
🎨 add missing info, reorder key,...
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Feb 1, 2024
1 parent eb961d5 commit 6c061b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
resolver = "2"
members = [
"cdevents-sdk-rust",
"cdviz-collector",
"cdviz-sensors",
# "examples/*",
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ HEALTHCHECK NONE
# trivy:ignore:AVD-DS-0001
FROM cgr.dev/chainguard/glibc-dynamic as cdviz-collector
LABEL org.opencontainers.image.source="https://github.com/davidB/cdviz"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
ARG PROFILE=release
USER nonroot
COPY --from=build /work/target/${PROFILE}/cdviz-collector /usr/local/bin/cdviz-collector
Expand All @@ -41,6 +42,7 @@ HEALTHCHECK NONE
# trivy:ignore:AVD-DS-0001
FROM cgr.dev/chainguard/glibc-dynamic AS cdviz-dbmigration
LABEL org.opencontainers.image.source="https://github.com/davidB/cdviz"
LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0"
USER nonroot
COPY --from=build-sqlx /home/nonroot/.cargo/bin/sqlx /usr/local/bin/sqlx
COPY migrations /migrations
Expand Down
3 changes: 2 additions & 1 deletion cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ categories = []
edition.workspace = true
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
publish.workspace = true

[dependencies]
Expand Down
5 changes: 3 additions & 2 deletions charts/cdviz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ secrets:
# cdviz requires a postgresql database to store its data.
# The following sections is used to configure a database as part of the chart,
# it's mainly to be used in the development, or demo environment (purpose).
# For production, you should use:
# - an external database (managed by your cloud provider).
# For production, you should prefer:
# - an external database (e.g. managed by your cloud provider).
# - a k8s operated database like (non exhaustive list):
# - [CloudNativePG - PostgreSQL Operator for Kubernetes](https://cloudnative-pg.io/)
# - [Postgres Operator (from Zalando)](https://postgres-operator.readthedocs.io/en/latest/)
# - [KubeBlocks for PostgreSQL | KubeBlocks](https://kubeblocks.io/docs/release-0.7/user_docs/kubeblocks-for-postgresql)
# - [Crunchy PostgreSQL For Kubernetes | Crunchy Data](https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes)
Expand Down

0 comments on commit 6c061b5

Please sign in to comment.