Sheldon Tsen
Sheldon Tsen
> Thanks for this amazing piece of work @hamzaoza - I'm also quite impressed with how [dbt](https://docs.getdbt.com/reference/commands/compile) works with Jinja, where they have concise SQL models at rest, but the...
(Not adding to the solution but more sharing my view...) As a user for several years (+5 years) of kedro since the early days before it was even called kedro,...
Thanks @ML-std, I was following here (https://argocd-image-updater.readthedocs.io/en/stable/configuration/images/#application-wide-defaults) where it says you can do application wide, and I tried with alias earlier. Let me try again. Update: You can see the...
Hmmm thanks for the response! Unfortunately no luck. This is the new values file: ``` image: name: fullstack-backend tag: "" ``` ArgoCD outright complains: ``` Failed to apply default image...
Thanks @ML-std! Yes indeed, I have my private repo added to the configmap: ``` apiVersion: v1 kind: ConfigMap metadata: labels: app.kubernetes.io/name: argocd-image-updater-config app.kubernetes.io/part-of: argocd-image-updater name: argocd-image-updater-config data: log.level: debug registries.conf:...
Hmmm, I use `registry:2` ``` my-registry: image: registry:2 ports: - ${REG_PORT}:5000 environment: - REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY=/data restart: unless-stopped ``` Which from the docs (https://hub.docker.com/_/registry) seems to be OCI compliant.