Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diffgram/diffgram-helm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chart-repo
Choose a base ref
...
head repository: diffgram/diffgram-helm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 8 files changed
  • 2 contributors

Commits on May 15, 2023

  1. feat: add action

    PJEstrada committed May 15, 2023
    Configuration menu
    Copy the full SHA
    62ff77a View commit details
    Browse the repository at this point in the history
  2. feat: updgrade

    PJEstrada committed May 15, 2023
    Configuration menu
    Copy the full SHA
    51a1296 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    3566b75 View commit details
    Browse the repository at this point in the history
  2. feat: upgrade version

    PJEstrada committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9b42ce1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    c9b1453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ee367 View commit details
    Browse the repository at this point in the history
  3. Remove create database in Upgrade context

    no reason to attempt to create a database in the upgrade context
    and can cause hard to debug errors
    anthony-chaudhary committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    648f571 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e79427 View commit details
    Browse the repository at this point in the history
  5. remove duplicate installs

    These dependencies should already exist in cd shared
    restating them here is confusing, as it confuses what is being called and where the code is running (e.g. assuming it isolated, when it's actually using the shared dependencies already)
    anthony-chaudhary committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    508322a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update values.yaml

    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3406094 View commit details
    Browse the repository at this point in the history
  2. Remove Rabbit

    -> When using with a subdomain, it appears De Facto that it is not needed to have this listed here
    -> Rabbit has it's own Cert generated, currently using secret volume diffgram-rabbitmq-certs.
    -> This can break TLS generating certificate. We shouldn't expect users to have to generate A records for rabbit too, so it would better to leave this empty if that's reasonable.
    
    cert-manager/controller/challenges "msg"="propagation check failed" "error"="failed to perform self check
    
    GET request 'http://rabbitmq.app.diffgram.com/.
    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0c91231 View commit details
    Browse the repository at this point in the history
  3. remove www

    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2cec474 View commit details
    Browse the repository at this point in the history
  4. remove ingress class

    -> this was in the context of having other ingress files
    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0b84636 View commit details
    Browse the repository at this point in the history
  5. Restore

    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3b000c1 View commit details
    Browse the repository at this point in the history
  6. restore

    anthony-chaudhary committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0c5ec10 View commit details
    Browse the repository at this point in the history
Loading