GithubHelp home page GithubHelp logo

helm-charts's Introduction

License Artifact Hub

helm-charts

A collection of Helm Charts for deploying Snowplow micro-services and additional addons for public cloud based kubernetes services.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add snowplow-devops https://snowplow-devops.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo snowplow-devops to see the charts.

Copyright and license

The Snowplow Helm Charts project is Copyright 2022-2023 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

helm-charts's People

Contributors

andy-hay avatar gthomson31 avatar ianarsenault avatar istreeter avatar jamesarems avatar jbeemster avatar jparavisini avatar maxkam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

helm-charts's Issues

charts/snowplow-iglu-server: Bump gce-proxy to latest version

Update gce-proxy from 1.11 to 1.31.2 (see cloud-sql-proxy changelog https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/CHANGELOG.md) in the snowpow-iglu-server helm-chart.

We encountered some issues with a fresh install of Iglu server and SQL over the last few days with the proxy failing to connect to SQL. The error message was 2023/01/13 08:03:19 couldn't connect to "xx-snowplow:rrrrrrr:terraform-xxxxx": x509: certificate is valid for 12-a123456b-1ab2-1a1b-a123-1a123456b12c.rrrrrrr.sql.goog, not xx-snowplow:terraform-xxxxx. The Iglu pods were unable to start and kept recycling. Updating to the latest gce-proxy resolved the issue and allowed the Iglu pods to restart.

charts/daemonset: Fix removed newline

On line 64 in the daemonset.yaml file, we have a conditional action inline with a key/value pair. But we also have a dash on the left hand side of the action, which removes all whitespace including the previous new line.

hostPath:
          path: {{ $v.path }}
          {{- if $v.type }}type: {{ $v.type }}{{- end }}
        {{- end }}

This results in the path and type keys being on the same line:

path: ... type: ...

instead of:

path: ...
type: ...

The K8s API rejects this as incorrect YAML and the chart fails to deploy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.